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