RequestConfig
.@Deprecated
public interface ClientPNames
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ALLOW_CIRCULAR_REDIRECTS
Deprecated.
Defines whether circular redirects (redirects to the same location) should be allowed.
|
static java.lang.String |
CONN_MANAGER_TIMEOUT
Deprecated.
Defines the timeout in milliseconds used when retrieving an instance of
ManagedClientConnection from the
ClientConnectionManager . |
static java.lang.String |
CONNECTION_MANAGER_FACTORY_CLASS_NAME
Deprecated.
|
static java.lang.String |
COOKIE_POLICY
Deprecated.
Defines the name of the cookie specification to be used for HTTP state management.
|
static java.lang.String |
DEFAULT_HEADERS
Deprecated.
Defines the request headers to be sent per default with each request.
|
static java.lang.String |
DEFAULT_HOST
Deprecated.
Defines the default host.
|
static java.lang.String |
HANDLE_AUTHENTICATION
Deprecated.
Defines whether authentication should be handled automatically.
|
static java.lang.String |
HANDLE_REDIRECTS
Deprecated.
Defines whether redirects should be handled automatically
This parameter expects a value of type
Boolean . |
static java.lang.String |
MAX_REDIRECTS
Deprecated.
Defines the maximum number of redirects to be followed.
|
static java.lang.String |
REJECT_RELATIVE_REDIRECT
Deprecated.
Defines whether relative redirects should be rejected.
|
static java.lang.String |
VIRTUAL_HOST
Deprecated.
Defines the virtual host to be used in the
Host
request header instead of the physical host. |
static final java.lang.String CONNECTION_MANAGER_FACTORY_CLASS_NAME
static final java.lang.String HANDLE_REDIRECTS
This parameter expects a value of type Boolean
.
static final java.lang.String REJECT_RELATIVE_REDIRECT
This parameter expects a value of type Boolean
.
static final java.lang.String MAX_REDIRECTS
This parameter expects a value of type Integer
.
static final java.lang.String ALLOW_CIRCULAR_REDIRECTS
This parameter expects a value of type Boolean
.
static final java.lang.String HANDLE_AUTHENTICATION
This parameter expects a value of type Boolean
.
static final java.lang.String COOKIE_POLICY
This parameter expects a value of type String
.
static final java.lang.String VIRTUAL_HOST
Host
request header instead of the physical host.
This parameter expects a value of type HttpHost
.
static final java.lang.String DEFAULT_HEADERS
This parameter expects a value of type Collection
. The
collection is expected to contain Header
s.
static final java.lang.String DEFAULT_HOST
This parameter expects a value of type HttpHost
.
static final java.lang.String CONN_MANAGER_TIMEOUT
ManagedClientConnection
from the
ClientConnectionManager
.
This parameter expects a value of type Long
.