Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_CONTENT_TYPE |
"application/octet-stream" |
public static final String |
DEFAULT_TRANSFER_ENCODING |
"binary" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final byte |
QUOTE_BYTE |
34 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_CONTENT_TYPE |
"text/plain" |
public static final String |
DEFAULT_TRANSFER_ENCODING |
"8bit" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
HEADER_AUTHORIZATION |
"Authorization" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT |
-2 |
public static final int |
UNBOUND |
-1 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
UNSET_TIMEOUT |
-1L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
FORCE_RESPONSE_BUFFERING |
"bufferResponseInMemory" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
CHUNKED_WRITER_HANDLER |
"chunkedWriter" |
public static final String |
DEFLATER_HANDLER |
"deflater" |
public static final String |
HTTP_HANDLER |
"httpHandler" |
public static final String |
HTTP_PROCESSOR |
"httpProcessor" |
public static final String |
INFLATER_HANDLER |
"inflater" |
public static final String |
SSL_HANDLER |
"sslHandler" |
public static final String |
WS_DECODER_HANDLER |
"ws-decoder" |
public static final String |
WS_ENCODER_HANDLER |
"ws-encoder" |
public static final String |
WS_FRAME_AGGREGATOR |
"ws-aggregator" |
public static final String |
WS_PROCESSOR |
"wsProcessor" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
GZIP_DEFLATE |
"gzip,deflate" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
HTTP |
"http" |
public static final String |
HTTPS |
"https" |
public static final String |
WEBSOCKET |
"ws" |
public static final String |
WEBSOCKET_SSL |
"wss" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
MAGIC_GUID |
"258EAFA5-E914-47DA-95CA-C5AB0DC85B11" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final byte |
TYPE_TLS |
1 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
PROXY_HOST |
"http.proxyHost" |
public static final String |
PROXY_NONPROXYHOSTS |
"http.nonProxyHosts" |
public static final String |
PROXY_PASSWORD |
"com.ning.http.client.AsyncHttpClientConfig.proxy.password" |
public static final String |
PROXY_PORT |
"http.proxyPort" |
public static final String |
PROXY_PROTOCOL |
"com.ning.http.client.AsyncHttpClientConfig.proxy.protocol" |
public static final String |
PROXY_USER |
"com.ning.http.client.AsyncHttpClientConfig.proxy.user" |
Copyright © 2015. All Rights Reserved.