org.apache.http.client.params.ClientPNames |
Parameter names for the HttpClient module. This does not include parameters for informational units HttpAuth, HttpCookie, or HttpConn.
Value | ||||
---|---|---|---|---|
String | ALLOW_CIRCULAR_REDIRECTS | Defines whether circular redirects (redirects to the same location) should be allowed. | "http.protocol.allow-circular-redirects" | |
String | CONNECTION_MANAGER_FACTORY | Defines the factory to create a default ClientConnectionManager. | "http.connection-manager.factory-object" | |
String | CONNECTION_MANAGER_FACTORY_CLASS_NAME | Defines the class name of the default ClientConnectionManager
This parameter expects a value of type String. |
"http.connection-manager.factory-class-name" | |
String | COOKIE_POLICY | Defines the name of the cookie specification to be used for HTTP state management. | "http.protocol.cookie-policy" | |
String | DEFAULT_HEADERS | Defines the request headers to be sent per default with each request. | "http.default-headers" | |
String | DEFAULT_HOST | Defines the default host. | "http.default-host" | |
String | HANDLE_AUTHENTICATION | Defines whether authentication should be handled automatically. | "http.protocol.handle-authentication" | |
String | HANDLE_REDIRECTS | Defines whether redirects should be handled automatically
This parameter expects a value of type Boolean. |
"http.protocol.handle-redirects" | |
String | MAX_REDIRECTS | Defines the maximum number of redirects to be followed. | "http.protocol.max-redirects" | |
String | REJECT_RELATIVE_REDIRECT | Defines whether relative redirects should be rejected. | "http.protocol.reject-relative-redirect" | |
String | VIRTUAL_HOST | Defines the virtual host name. | "http.virtual-host" |
This parameter expects a value of type Boolean.
This parameters expects a value of type ClientConnectionManagerFactory.
This parameter expects a value of type String.
This parameter expects a value of type String.
This parameter expects a value of type Collection. The collection is expected to contain Headers.
This parameter expects a value of type HttpHost.
This parameter expects a value of type Boolean.
This parameter expects a value of type Boolean.
This parameter expects a value of type Integer.
This parameter expects a value of type Boolean.
Copyright 2007 Google Inc. | Build 0.9_r1-98467 - 14 Aug 2008 18:56 |