Uses of Package
org.apache.http.params

Packages that use org.apache.http.params
org.apache.http Core HTTP components based on the blocking I/O model. 
org.apache.http.impl Default implementations for interfaces in org.apache.http
org.apache.http.impl.io Default implementations for interfaces in org.apache.http.io
org.apache.http.impl.nio Default implementations for interfaces in org.apache.http.nio
org.apache.http.impl.nio.codecs Default implementations for interfaces in org.apache.http.nio.codecs
org.apache.http.impl.nio.pool Basic implementations for interfaces in org.apache.http.nio.pool
org.apache.http.impl.nio.reactor Default implementations for interfaces in org.apache.http.nio including default I/O reactor implementations and support for SSL/TLS transport security. 
org.apache.http.impl.pool Basic implementations for interfaces in org.apache.http.pool
org.apache.http.message Basic HTTP message implementations. 
org.apache.http.nio.params HTTP parameters for I/O reactors based on NIO model. 
org.apache.http.nio.protocol Asynchronous HTTP protocol handlers based on the non-blocking I/O model. 
org.apache.http.params The parameterization framework for HTTP components. 
org.apache.http.protocol HTTP protocol execution framework and synchronous HTTP protocol handlers based on the blocking I/O model. 
 

Classes in org.apache.http.params used by org.apache.http
HttpParams
          HttpParams interface represents a collection of immutable values that define a runtime behavior of a component.
 

Classes in org.apache.http.params used by org.apache.http.impl
HttpParams
          HttpParams interface represents a collection of immutable values that define a runtime behavior of a component.
 

Classes in org.apache.http.params used by org.apache.http.impl.io
HttpParams
          HttpParams interface represents a collection of immutable values that define a runtime behavior of a component.
 

Classes in org.apache.http.params used by org.apache.http.impl.nio
HttpParams
          HttpParams interface represents a collection of immutable values that define a runtime behavior of a component.
 

Classes in org.apache.http.params used by org.apache.http.impl.nio.codecs
HttpParams
          HttpParams interface represents a collection of immutable values that define a runtime behavior of a component.
 

Classes in org.apache.http.params used by org.apache.http.impl.nio.pool
HttpParams
          HttpParams interface represents a collection of immutable values that define a runtime behavior of a component.
 

Classes in org.apache.http.params used by org.apache.http.impl.nio.reactor
HttpParams
          HttpParams interface represents a collection of immutable values that define a runtime behavior of a component.
 

Classes in org.apache.http.params used by org.apache.http.impl.pool
HttpParams
          HttpParams interface represents a collection of immutable values that define a runtime behavior of a component.
 

Classes in org.apache.http.params used by org.apache.http.message
HttpParams
          HttpParams interface represents a collection of immutable values that define a runtime behavior of a component.
 

Classes in org.apache.http.params used by org.apache.http.nio.params
HttpAbstractParamBean
           
HttpParams
          HttpParams interface represents a collection of immutable values that define a runtime behavior of a component.
 

Classes in org.apache.http.params used by org.apache.http.nio.protocol
HttpParams
          HttpParams interface represents a collection of immutable values that define a runtime behavior of a component.
 

Classes in org.apache.http.params used by org.apache.http.params
AbstractHttpParams
          Abstract base class for parameter collections.
BasicHttpParams
          Default implementation of HttpParams interface.
CoreConnectionPNames
          Defines parameter names for connections in HttpCore.
CoreProtocolPNames
          Defines parameter names for protocol execution in HttpCore.
HttpAbstractParamBean
           
HttpParams
          HttpParams interface represents a collection of immutable values that define a runtime behavior of a component.
HttpParamsNames
          Gives access to the full set of parameter names.
 

Classes in org.apache.http.params used by org.apache.http.protocol
HttpParams
          HttpParams interface represents a collection of immutable values that define a runtime behavior of a component.
 



Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.