Modifier and Type | Constant Field | Value |
---|---|---|
protected static final int |
BUFFER_SEGMENT_SIZE |
4096 |
protected static final int |
DEFAULT_BUFFER_SIZE |
4096 |
protected static final int |
MAXIMUM_BUFFER_SIZE |
524288 |
protected static final int |
MINIMUM_AMOUNT_OF_TRANSFER_CHUNKS |
100 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_CONNECTION_TIMEOUT |
60000 |
public static final int |
DEFAULT_READ_TIMEOUT |
1800000 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
UNKNOWN_LENGTH |
-1 |
public static final int |
UNKNOWN_PORT |
-1 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
SESSION_CLOSED |
1 |
public static final int |
SESSION_CONNECTION_REFUSED |
4 |
public static final int |
SESSION_DISCONNECTED |
3 |
public static final int |
SESSION_DISCONNECTING |
2 |
public static final int |
SESSION_ERROR_OCCURRED |
9 |
public static final int |
SESSION_LOGGED_IN |
7 |
public static final int |
SESSION_LOGGED_OFF |
8 |
public static final int |
SESSION_OPENED |
6 |
public static final int |
SESSION_OPENING |
5 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
REQUEST_GET |
5 |
public static final int |
REQUEST_PUT |
6 |
public static final int |
TRANSFER_COMPLETED |
2 |
public static final int |
TRANSFER_ERROR |
4 |
public static final int |
TRANSFER_INITIATED |
0 |
public static final int |
TRANSFER_PROGRESS |
3 |
public static final int |
TRANSFER_STARTED |
1 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
PROXY_HTTP |
"HTTP" |
public static final String |
PROXY_SOCKS4 |
"SOCKS4" |
public static final String |
PROXY_SOCKS5 |
"SOCKS_5" |
Copyright © 2003–2022 The Apache Software Foundation. All rights reserved.