java.lang.Objectorg.apache.http.params.AbstractHttpParams
org.apache.http.params.BasicHttpParams
All Implemented Interfaces:
Cloneable, Serializable, HttpParams
Please note access to the internal structures of this class is not synchronized and therefore this class may be thread-unsafe.
$ - Revision: 744577 $4.0 - | Constructor: |
|---|
|
| Method from org.apache.http.params.BasicHttpParams Summary: |
|---|
| clear, clone, copy, copyParams, getParameter, isParameterSet, isParameterSetLocally, removeParameter, setParameter, setParameters |
| Methods from org.apache.http.params.AbstractHttpParams: |
|---|
| getBooleanParameter, getDoubleParameter, getIntParameter, getLongParameter, isParameterFalse, isParameterTrue, setBooleanParameter, setDoubleParameter, setIntParameter, setLongParameter |
| Methods from java.lang.Object: |
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.apache.http.params.BasicHttpParams Detail: |
|---|
|
|
|
|
|
Uses #getParameter(String) (which is overrideable) to fetch the parameter value, if any. Also @see #isParameterSetLocally(String) |
The parameter value is fetched directly. Also @see #isParameterSet(String) |
|
|
|