Uses of Package
org.apache.http.params

Packages that use org.apache.http.params
org.apache.http The core HTTP components (HttpCore). 
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.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.message A selection of HTTP message implementations. 
org.apache.http.nio.params HTTP parameters for I/O reactors based on NIO model. 
org.apache.http.nio.protocol Non-blocking HTTP protocol execution framework. 
org.apache.http.params The parameterization framework for HTTP components. 
org.apache.http.protocol HTTP protocol execution framework. 
 

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.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.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.
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.
 

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-2009 Apache Software Foundation. All Rights Reserved.