public interface FileOptionsProvider
| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
CURRENT_USER |
Key used to identify the user to be associated with the current file operations.
|
static java.lang.String |
MAX_HOST_CONNECTIONS |
Key used to identify the maximum number of connections allowed to a single host.
|
static java.lang.String |
MAX_TOTAL_CONNECTIONS |
Key used to identify the maximum number of connections allowed to all hosts.
|
static java.lang.String |
PROXY_HOST |
Key used to identify the proxy host to connect through.
|
static java.lang.String |
PROXY_PORT |
Key used to identify the proxy port to connect through.
|
static java.lang.String |
VERSIONING |
Key used to indicate whether Webdav versioning support should be enabled.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getOptions() |
static final java.lang.String CURRENT_USER
static final java.lang.String VERSIONING
static final java.lang.String PROXY_HOST
static final java.lang.String PROXY_PORT
static final java.lang.String MAX_HOST_CONNECTIONS
static final java.lang.String MAX_TOTAL_CONNECTIONS
java.util.Map<java.lang.String,java.lang.Object> getOptions()