| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
RequestConfig.
@Deprecated public interface ClientPNames
Parameter names for HTTP client parameters.
| Field Summary | |
|---|---|
| static String | ALLOW_CIRCULAR_REDIRECTSDeprecated. Defines whether circular redirects (redirects to the same location) should be allowed. | 
| static String | CONN_MANAGER_TIMEOUTDeprecated. Defines the timeout in milliseconds used when retrieving an instance of ManagedClientConnectionfrom theClientConnectionManager. | 
| static String | CONNECTION_MANAGER_FACTORY_CLASS_NAMEDeprecated. | 
| static String | COOKIE_POLICYDeprecated. Defines the name of the cookie specification to be used for HTTP state management. | 
| static String | DEFAULT_HEADERSDeprecated. Defines the request headers to be sent per default with each request. | 
| static String | DEFAULT_HOSTDeprecated. Defines the default host. | 
| static String | HANDLE_AUTHENTICATIONDeprecated. Defines whether authentication should be handled automatically. | 
| static String | HANDLE_REDIRECTSDeprecated. Defines whether redirects should be handled automatically | 
| static String | MAX_REDIRECTSDeprecated. Defines the maximum number of redirects to be followed. | 
| static String | REJECT_RELATIVE_REDIRECTDeprecated. Defines whether relative redirects should be rejected. | 
| static String | VIRTUAL_HOSTDeprecated. Defines the virtual host to be used in the Hostrequest header instead of the physical host. | 
| Field Detail | 
|---|
static final String CONNECTION_MANAGER_FACTORY_CLASS_NAME
static final String HANDLE_REDIRECTS
 This parameter expects a value of type Boolean.
 
static final String REJECT_RELATIVE_REDIRECT
 This parameter expects a value of type Boolean.
 
static final String MAX_REDIRECTS
 This parameter expects a value of type Integer.
 
static final String ALLOW_CIRCULAR_REDIRECTS
 This parameter expects a value of type Boolean.
 
static final String HANDLE_AUTHENTICATION
 This parameter expects a value of type Boolean.
 
static final String COOKIE_POLICY
 This parameter expects a value of type String.
 
static final String VIRTUAL_HOST
Host
 request header instead of the physical host.
 
 This parameter expects a value of type HttpHost.
 
static final String DEFAULT_HEADERS
 This parameter expects a value of type Collection. The
 collection is expected to contain Headers.
 
static final String DEFAULT_HOST
 This parameter expects a value of type HttpHost.
 
static final String CONN_MANAGER_TIMEOUT
ManagedClientConnection from the
 ClientConnectionManager.
 
 This parameter expects a value of type Long.
 
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||