| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.http.protocol.HTTP
public final class HTTP
Constants and static helpers related to the HTTP protocol.
| Field Summary | |
|---|---|
| static String | ASCIIDeprecated. (4.2) | 
| static String | CHARSET_PARAMDeprecated. (4.2) | 
| static String | CHUNK_CODINGTransfer encoding definitions | 
| static String | CONN_CLOSEHTTP connection control | 
| static String | CONN_DIRECTIVE | 
| static String | CONN_KEEP_ALIVE | 
| static String | CONTENT_ENCODING | 
| static String | CONTENT_LEN | 
| static String | CONTENT_TYPE | 
| static int | CR | 
| static String | DATE_HEADER | 
| static Charset | DEF_CONTENT_CHARSET | 
| static Charset | DEF_PROTOCOL_CHARSET | 
| static String | DEFAULT_CONTENT_CHARSETDeprecated. (4.2) | 
| static String | DEFAULT_CONTENT_TYPEDeprecated. (4.2) | 
| static String | DEFAULT_PROTOCOL_CHARSETDeprecated. (4.2) | 
| static String | EXPECT_CONTINUEHTTP expectations | 
| static String | EXPECT_DIRECTIVE | 
| static int | HT | 
| static String | IDENTITY_CODING | 
| static String | ISO_8859_1Deprecated. (4.2) | 
| static int | LF | 
| static String | OCTET_STREAM_TYPEDeprecated. (4.2) | 
| static String | PLAIN_TEXT_TYPEDeprecated. (4.2) | 
| static String | SERVER_HEADER | 
| static int | SP | 
| static String | TARGET_HOST | 
| static String | TRANSFER_ENCODINGHTTP header definitions | 
| static String | US_ASCIIDeprecated. (4.2) | 
| static String | USER_AGENT | 
| static String | UTF_16Deprecated. (4.2) | 
| static String | UTF_8Deprecated. (4.2) | 
| Method Summary | |
|---|---|
| static boolean | isWhitespace(char ch) | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static final int CR
public static final int LF
public static final int SP
public static final int HT
public static final String TRANSFER_ENCODING
public static final String CONTENT_LEN
public static final String CONTENT_TYPE
public static final String CONTENT_ENCODING
public static final String EXPECT_DIRECTIVE
public static final String CONN_DIRECTIVE
public static final String TARGET_HOST
public static final String USER_AGENT
public static final String DATE_HEADER
public static final String SERVER_HEADER
public static final String EXPECT_CONTINUE
public static final String CONN_CLOSE
public static final String CONN_KEEP_ALIVE
public static final String CHUNK_CODING
public static final String IDENTITY_CODING
public static final Charset DEF_CONTENT_CHARSET
public static final Charset DEF_PROTOCOL_CHARSET
@Deprecated public static final String UTF_8
@Deprecated public static final String UTF_16
@Deprecated public static final String US_ASCII
@Deprecated public static final String ASCII
@Deprecated public static final String ISO_8859_1
@Deprecated public static final String DEFAULT_CONTENT_CHARSET
@Deprecated public static final String DEFAULT_PROTOCOL_CHARSET
@Deprecated public static final String OCTET_STREAM_TYPE
@Deprecated public static final String PLAIN_TEXT_TYPE
@Deprecated public static final String CHARSET_PARAM
@Deprecated public static final String DEFAULT_CONTENT_TYPE
| Method Detail | 
|---|
public static boolean isWhitespace(char ch)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||