Uses of Class
org.apache.http.params.HttpAbstractParamBean

Packages that use HttpAbstractParamBean
org.apache.http.nio.params HTTP parameters for I/O reactors based on NIO model. 
org.apache.http.params The parameterization framework for HTTP components. 
 

Uses of HttpAbstractParamBean in org.apache.http.nio.params
 

Subclasses of HttpAbstractParamBean in org.apache.http.nio.params
 class NIOReactorParamBean
           
 

Uses of HttpAbstractParamBean in org.apache.http.params
 

Subclasses of HttpAbstractParamBean in org.apache.http.params
 class HttpConnectionParamBean
          This is a Java Bean class that can be used to wrap an instance of HttpParams and manipulate HTTP connection parameters using Java Beans conventions.
 class HttpProtocolParamBean
          This is a Java Bean class that can be used to wrap an instance of HttpParams and manipulate HTTP protocol parameters using Java Beans conventions.
 



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