Package org.apache.http.protocol
Class HTTP
- java.lang.Object
-
- org.apache.http.protocol.HTTP
-
public final class HTTP extends Object
Constants and static helpers related to the HTTP protocol.- Since:
- 4.0
-
-
Field Summary
Fields Modifier and Type Field Description static StringASCIIDeprecated.(4.2)static StringCHARSET_PARAMDeprecated.(4.2)static StringCHUNK_CODINGTransfer encoding definitionsstatic StringCONN_CLOSEHTTP connection controlstatic StringCONN_DIRECTIVEstatic StringCONN_KEEP_ALIVEstatic StringCONTENT_ENCODINGstatic StringCONTENT_LENstatic StringCONTENT_TYPEstatic intCRstatic StringDATE_HEADERstatic CharsetDEF_CONTENT_CHARSETstatic CharsetDEF_PROTOCOL_CHARSETstatic StringDEFAULT_CONTENT_CHARSETDeprecated.(4.2)static StringDEFAULT_CONTENT_TYPEDeprecated.(4.2)static StringDEFAULT_PROTOCOL_CHARSETDeprecated.(4.2)static StringEXPECT_CONTINUEHTTP expectationsstatic StringEXPECT_DIRECTIVEstatic intHTstatic StringIDENTITY_CODINGstatic StringISO_8859_1Deprecated.(4.2)static intLFstatic StringOCTET_STREAM_TYPEDeprecated.(4.2)static StringPLAIN_TEXT_TYPEDeprecated.(4.2)static StringSERVER_HEADERstatic intSPstatic StringTARGET_HOSTstatic StringTRANSFER_ENCODINGHTTP header definitionsstatic StringUS_ASCIIDeprecated.(4.2)static StringUSER_AGENTstatic StringUTF_16Deprecated.(4.2)static StringUTF_8Deprecated.(4.2)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisWhitespace(char ch)
-
-
-
Field Detail
-
CR
public static final int CR
- See Also:
- Constant Field Values
-
LF
public static final int LF
- See Also:
- Constant Field Values
-
SP
public static final int SP
- See Also:
- Constant Field Values
-
HT
public static final int HT
- See Also:
- Constant Field Values
-
TRANSFER_ENCODING
public static final String TRANSFER_ENCODING
HTTP header definitions- See Also:
- Constant Field Values
-
CONTENT_LEN
public static final String CONTENT_LEN
- See Also:
- Constant Field Values
-
CONTENT_TYPE
public static final String CONTENT_TYPE
- See Also:
- Constant Field Values
-
CONTENT_ENCODING
public static final String CONTENT_ENCODING
- See Also:
- Constant Field Values
-
EXPECT_DIRECTIVE
public static final String EXPECT_DIRECTIVE
- See Also:
- Constant Field Values
-
CONN_DIRECTIVE
public static final String CONN_DIRECTIVE
- See Also:
- Constant Field Values
-
TARGET_HOST
public static final String TARGET_HOST
- See Also:
- Constant Field Values
-
USER_AGENT
public static final String USER_AGENT
- See Also:
- Constant Field Values
-
DATE_HEADER
public static final String DATE_HEADER
- See Also:
- Constant Field Values
-
SERVER_HEADER
public static final String SERVER_HEADER
- See Also:
- Constant Field Values
-
EXPECT_CONTINUE
public static final String EXPECT_CONTINUE
HTTP expectations- See Also:
- Constant Field Values
-
CONN_CLOSE
public static final String CONN_CLOSE
HTTP connection control- See Also:
- Constant Field Values
-
CONN_KEEP_ALIVE
public static final String CONN_KEEP_ALIVE
- See Also:
- Constant Field Values
-
CHUNK_CODING
public static final String CHUNK_CODING
Transfer encoding definitions- See Also:
- Constant Field Values
-
IDENTITY_CODING
public static final String IDENTITY_CODING
- See Also:
- Constant Field Values
-
DEF_CONTENT_CHARSET
public static final Charset DEF_CONTENT_CHARSET
-
DEF_PROTOCOL_CHARSET
public static final Charset DEF_PROTOCOL_CHARSET
-
UTF_8
@Deprecated public static final String UTF_8
Deprecated.(4.2)- See Also:
- Constant Field Values
-
UTF_16
@Deprecated public static final String UTF_16
Deprecated.(4.2)- See Also:
- Constant Field Values
-
US_ASCII
@Deprecated public static final String US_ASCII
Deprecated.(4.2)- See Also:
- Constant Field Values
-
ASCII
@Deprecated public static final String ASCII
Deprecated.(4.2)- See Also:
- Constant Field Values
-
ISO_8859_1
@Deprecated public static final String ISO_8859_1
Deprecated.(4.2)- See Also:
- Constant Field Values
-
DEFAULT_CONTENT_CHARSET
@Deprecated public static final String DEFAULT_CONTENT_CHARSET
Deprecated.(4.2)- See Also:
- Constant Field Values
-
DEFAULT_PROTOCOL_CHARSET
@Deprecated public static final String DEFAULT_PROTOCOL_CHARSET
Deprecated.(4.2)- See Also:
- Constant Field Values
-
OCTET_STREAM_TYPE
@Deprecated public static final String OCTET_STREAM_TYPE
Deprecated.(4.2)- See Also:
- Constant Field Values
-
PLAIN_TEXT_TYPE
@Deprecated public static final String PLAIN_TEXT_TYPE
Deprecated.(4.2)- See Also:
- Constant Field Values
-
CHARSET_PARAM
@Deprecated public static final String CHARSET_PARAM
Deprecated.(4.2)- See Also:
- Constant Field Values
-
DEFAULT_CONTENT_TYPE
@Deprecated public static final String DEFAULT_CONTENT_TYPE
Deprecated.(4.2)- See Also:
- Constant Field Values
-
-