Class HostParams

java.lang.Object
org.apache.commons.httpclient.params.DefaultHttpParams
org.apache.commons.httpclient.params.HostParams
net.sf.antcontrib.net.httpclient.HostParams
All Implemented Interfaces:
Serializable, Cloneable, org.apache.commons.httpclient.params.HttpParams

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

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

    DEFAULT_HEADERS
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     
    void
     
    void
     

    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 Details

    • HostParams

      public HostParams()
  • Method Details