java.lang.Objectorg.apache.commons.httpclient.params.DefaultHttpParams
org.apache.commons.httpclient.params.HttpMethodParams
org.apache.commons.httpclient.params.HttpClientParams
All Implemented Interfaces:
Cloneable, Serializable, HttpParams
< - a href="mailto:oleg@ural.ru">Oleg Kalnichevski$ - Revision: 480424 $3.0 - | Field Summary | ||
|---|---|---|
| public static final String | CONNECTION_MANAGER_TIMEOUT | Sets the timeout in milliseconds used when retrieving an
HTTP connection from the
HTTP connection manager .
This parameter expects a value of type Long . |
| public static final String | CONNECTION_MANAGER_CLASS | Defines the default
HTTP connection manager
class.
This parameter expects a value of type Class . |
| public static final String | PREEMPTIVE_AUTHENTICATION | Defines whether authentication should be attempted preemptively.
This parameter expects a value of type Boolean . |
| public static final String | REJECT_RELATIVE_REDIRECT | Defines whether relative redirects should be rejected.
This parameter expects a value of type Boolean . |
| public static final String | MAX_REDIRECTS | Defines the maximum number of redirects to be followed.
The limit on number of redirects is intended to prevent infinite loops.
This parameter expects a value of type Integer . |
| public static final String | ALLOW_CIRCULAR_REDIRECTS | Defines whether circular redirects (redirects to the same location) should be allowed.
The HTTP spec is not sufficiently clear whether circular redirects are permitted,
therefore optionally they can be enabled
This parameter expects a value of type Boolean . |
| Constructor: |
|---|
|
|
| Method from org.apache.commons.httpclient.params.HttpClientParams Summary: |
|---|
| getConnectionManagerClass, getConnectionManagerTimeout, isAuthenticationPreemptive, makeLenient, makeStrict, setAuthenticationPreemptive, setConnectionManagerClass, setConnectionManagerTimeout |
| Methods from org.apache.commons.httpclient.params.HttpMethodParams: |
|---|
| getContentCharset, getCookiePolicy, getCredentialCharset, getHttpElementCharset, getSoTimeout, getUriCharset, getVersion, getVirtualHost, makeLenient, makeStrict, setContentCharset, setCookiePolicy, setCredentialCharset, setHttpElementCharset, setSoTimeout, setUriCharset, setVersion, setVirtualHost |
| Methods from org.apache.commons.httpclient.params.DefaultHttpParams: |
|---|
| clear, clone, getBooleanParameter, getDefaultParams, getDefaults, getDoubleParameter, getIntParameter, getLongParameter, getParameter, isParameterFalse, isParameterSet, isParameterSetLocally, isParameterTrue, setBooleanParameter, setDefaults, setDoubleParameter, setHttpParamsFactory, setIntParameter, setLongParameter, setParameter, setParameters |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.apache.commons.httpclient.params.HttpClientParams Detail: |
|---|
|
|
|
|
|
|
|
|