Uses of Package
org.apache.commons.httpclient.params

Packages that use org.apache.commons.httpclient.params
org.apache.commons.httpclient Classes and interfaces supporting the client side of the HTTP protocol. 
org.apache.commons.httpclient.auth Provides implementation of various authentication schemes as well as utility classes that can be used to authenticate HTTP requests. 
org.apache.commons.httpclient.methods.multipart Provides Multipart support classes for the MultipartPostMethod
org.apache.commons.httpclient.params HttpClient preferences framework. 
org.apache.commons.httpclient.protocol Provides protocol specific socket factory handling. 
 

Classes in org.apache.commons.httpclient.params used by org.apache.commons.httpclient
HostParams
          This class represents a collection of HTTP protocol parameters applicable to instances of HostConfiguration.
HttpClientParams
          This class represents a collection of HTTP protocol parameters applicable to instances of HttpClient.
HttpConnectionManagerParams
          This class represents a collection of HTTP protocol parameters applicable to HTTP connection managers.
HttpConnectionParams
          This class represents a collection of HTTP protocol parameters applicable to HTTP connections.
HttpMethodParams
          This class represents a collection of HTTP protocol parameters applicable to HTTP methods.
 

Classes in org.apache.commons.httpclient.params used by org.apache.commons.httpclient.auth
HttpParams
          This interface represents a collection of HTTP protocol parameters.
 

Classes in org.apache.commons.httpclient.params used by org.apache.commons.httpclient.methods.multipart
HttpMethodParams
          This class represents a collection of HTTP protocol parameters applicable to HTTP methods.
 

Classes in org.apache.commons.httpclient.params used by org.apache.commons.httpclient.params
DefaultHttpParams
          This class represents a collection of HTTP protocol parameters.
HttpConnectionParams
          This class represents a collection of HTTP protocol parameters applicable to HTTP connections.
HttpMethodParams
          This class represents a collection of HTTP protocol parameters applicable to HTTP methods.
HttpParams
          This interface represents a collection of HTTP protocol parameters.
HttpParamsFactory
          A factory for getting the default set of parameters to use when creating an instance of HttpParams.
 

Classes in org.apache.commons.httpclient.params used by org.apache.commons.httpclient.protocol
HttpConnectionParams
          This class represents a collection of HTTP protocol parameters applicable to HTTP connections.
 



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