Class HostParams

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, org.apache.commons.httpclient.params.HttpParams

    public class HostParams
    extends org.apache.commons.httpclient.params.HostParams
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class org.apache.commons.httpclient.params.HostParams

        DEFAULT_HEADERS
    • Constructor Summary

      Constructors 
      Constructor Description
      HostParams()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addConfiguredDouble​(Params.DoubleParam param)  
      void addConfiguredInt​(Params.IntParam param)  
      void addConfiguredLong​(Params.LongParam param)  
      void addConfiguredString​(Params.StringParam param)  
      • Methods inherited from class org.apache.commons.httpclient.params.HostParams

        getVirtualHost, setVirtualHost
      • Methods inherited from class 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 inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HostParams

        public HostParams()