Package org.apache.http.protocol
Class HTTP
java.lang.Object
org.apache.http.protocol.HTTP
Constants and static helpers related to the HTTP protocol.
- Since:
- 4.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Deprecated.(4.2)static final String
Deprecated.(4.2)static final String
Transfer encoding definitionsstatic final String
HTTP connection controlstatic final String
static final String
static final String
static final String
static final String
static final int
static final String
static final Charset
static final Charset
static final String
Deprecated.(4.2)static final String
Deprecated.(4.2)static final String
Deprecated.(4.2)static final String
HTTP expectationsstatic final String
static final int
static final String
static final String
Deprecated.(4.2)static final int
static final String
Deprecated.(4.2)static final String
Deprecated.(4.2)static final String
static final int
static final String
static final String
HTTP header definitionsstatic final String
Deprecated.(4.2)static final String
static final String
Deprecated.(4.2)static final String
Deprecated.(4.2) -
Method Summary
-
Field Details
-
CR
public static final int CR- See Also:
-
LF
public static final int LF- See Also:
-
SP
public static final int SP- See Also:
-
HT
public static final int HT- See Also:
-
TRANSFER_ENCODING
HTTP header definitions- See Also:
-
CONTENT_LEN
- See Also:
-
CONTENT_TYPE
- See Also:
-
CONTENT_ENCODING
- See Also:
-
EXPECT_DIRECTIVE
- See Also:
-
CONN_DIRECTIVE
- See Also:
-
TARGET_HOST
- See Also:
-
USER_AGENT
- See Also:
-
DATE_HEADER
- See Also:
-
SERVER_HEADER
- See Also:
-
EXPECT_CONTINUE
HTTP expectations- See Also:
-
CONN_CLOSE
HTTP connection control- See Also:
-
CONN_KEEP_ALIVE
- See Also:
-
CHUNK_CODING
Transfer encoding definitions- See Also:
-
IDENTITY_CODING
- See Also:
-
DEF_CONTENT_CHARSET
-
DEF_PROTOCOL_CHARSET
-
UTF_8
Deprecated.(4.2)- See Also:
-
UTF_16
Deprecated.(4.2)- See Also:
-
US_ASCII
Deprecated.(4.2)- See Also:
-
ASCII
Deprecated.(4.2)- See Also:
-
ISO_8859_1
Deprecated.(4.2)- See Also:
-
DEFAULT_CONTENT_CHARSET
Deprecated.(4.2)- See Also:
-
DEFAULT_PROTOCOL_CHARSET
Deprecated.(4.2)- See Also:
-
OCTET_STREAM_TYPE
Deprecated.(4.2)- See Also:
-
PLAIN_TEXT_TYPE
Deprecated.(4.2)- See Also:
-
CHARSET_PARAM
Deprecated.(4.2)- See Also:
-
DEFAULT_CONTENT_TYPE
Deprecated.(4.2)- See Also:
-
-
Method Details
-
isWhitespace
public static boolean isWhitespace(char ch)
-