public class Http extends Object
Description:
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
ASCII |
static String |
CHARSET_PARAM |
static String |
CHUNK_CODING
Transfer encoding definitions
|
static String |
CONN_CLOSE
HTTP 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_CHARSET |
static String |
DEFAULT_CONTENT_TYPE |
static String |
DEFAULT_PROTOCOL_CHARSET |
static String |
EXPECT_CONTINUE
HTTP expectations
|
static String |
EXPECT_DIRECTIVE |
static int |
HT |
static String |
IDENTITY_CODING |
static int |
LF |
static String |
OCTET_STREAM_TYPE |
static String |
PLAIN_TEXT_TYPE |
static String |
SERVER_HEADER |
static int |
SP |
static String |
TARGET_HOST |
static String |
TRANSFER_ENCODING
HTTP header definitions
|
static String |
US_ASCII |
static String |
USER_AGENT |
static String |
UTF_16 |
static String |
UTF_8 |
| 限定符和类型 | 方法和说明 |
|---|---|
static boolean |
isWhitespace(char ch) |
public static final int CR
public static final int LF
public static final int SP
public static final int HT
public static final Charset DEF_CONTENT_CHARSET
public static final Charset DEF_PROTOCOL_CHARSET
Copyright © 2019. All rights reserved.