Java org.apache.http.client.params ClientPNames fields, constructors, methods, implement or subclass

Example usage for Java org.apache.http.client.params ClientPNames fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.http.client.params ClientPNames.

The text is from its open source code.

Field

StringCONNECTION_MANAGER_FACTORY_CLASS_NAME
StringHANDLE_REDIRECTS
Defines whether redirects should be handled automatically

This parameter expects a value of type Boolean .

StringREJECT_RELATIVE_REDIRECT
Defines whether relative redirects should be rejected.
StringMAX_REDIRECTS
Defines the maximum number of redirects to be followed.
StringALLOW_CIRCULAR_REDIRECTS
Defines whether circular redirects (redirects to the same location) should be allowed.
StringHANDLE_AUTHENTICATION
Defines whether authentication should be handled automatically.
StringCOOKIE_POLICY
Defines the name of the cookie specification to be used for HTTP state management.
StringVIRTUAL_HOST
Defines the virtual host to be used in the Host request header instead of the physical host.
StringDEFAULT_HEADERS
Defines the request headers to be sent per default with each request.
StringDEFAULT_HOST
Defines the default host.
StringCONN_MANAGER_TIMEOUT
Defines the timeout in milliseconds used when retrieving an instance of org.apache.http.conn.ManagedClientConnection from the org.apache.http.conn.ClientConnectionManager .