Save This Page
Home » HttpComponents-Core-4.0.1 » org.apache.http.params » [javadoc | source]
org.apache.http.params
public final class: BasicHttpParams [javadoc | source]
java.lang.Object
   org.apache.http.params.AbstractHttpParams
      org.apache.http.params.BasicHttpParams

All Implemented Interfaces:
    Cloneable, Serializable, HttpParams

Default implementation of HttpParams interface.

Please note access to the internal structures of this class is not synchronized and therefore this class may be thread-unsafe.

Constructor:
 public BasicHttpParams() 
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:
 public  void clear() 
    Removes all parameters from this collection.
 public Object clone() throws CloneNotSupportedException 
 public HttpParams copy() 
 protected  void copyParams(HttpParams target) 
    Copies the locally defined parameters to the argument parameters. This method is called from #copy() .
 public Object getParameter(String name) 
 public boolean isParameterSet(String name) 
 public boolean isParameterSetLocally(String name) 
 public boolean removeParameter(String name) 
 public HttpParams setParameter(String name,
    Object value) 
 public  void setParameters(String[] names,
    Object value) 
    Assigns the value to all the parameter with the given names