| 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 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 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 © 2017-2019 Eclipse Foundation. All Rights Reserved.