Uses of Class
org.apache.commons.httpclient.params.HostParams

Packages that use HostParams
org.apache.commons.httpclient Classes and interfaces supporting the client side of the HTTP protocol. 
 

Uses of HostParams in org.apache.commons.httpclient
 

Methods in org.apache.commons.httpclient that return HostParams
 HostParams HostConfiguration.getParams()
          Returns HTTP protocol parameters associated with this host.
 

Methods in org.apache.commons.httpclient with parameters of type HostParams
 void HostConfiguration.setParams(HostParams params)
          Assigns HTTP protocol parameters specific to this host.
 



Copyright © 2001-2008 Apache Software Foundation. All Rights Reserved.