Modifier and Type | Constant Field | Value |
---|---|---|
protected static final int |
DEFAULT_BUFFER_SIZE |
4096 |
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 |
---|---|---|
protected static final String |
POM |
"pom.xml" |
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 int |
SC_TOO_MANY_REQUESTS |
429 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
MAX_REDIRECTS |
10 |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final int |
ERROR |
2 |
protected static final int |
OK |
0 |
protected static final int |
WARNING |
1 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_SSH_PORT |
22 |
public static final char |
PATH_SEPARATOR |
47 |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final int |
ERROR |
2 |
protected static final int |
OK |
0 |
protected static final int |
WARNING |
1 |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
EXEC_CHANNEL |
"exec" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
CONTINUE_ON_FAILURE_PROPERTY |
"wagon.webdav.continueOnFailure" |
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" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final int |
SC_TOO_MANY_REQUESTS |
429 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
SERVER_HOST |
"localhost" |
public static final String |
SERVER_ROOT_RESOURCE_PATH |
"default-server-root" |
public static final String |
SERVER_SSL_KEYSTORE_PASSWORD |
"wagonhttp" |
public static final String |
SERVER_SSL_KEYSTORE_RESOURCE_PATH |
"ssl/keystore" |
Copyright © 2003–2017 The Apache Software Foundation. All rights reserved.