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

Packages that use AbstractHttpParams
org.apache.http.params The parameterization framework for HTTP components. 
 

Uses of AbstractHttpParams in org.apache.http.params
 

Subclasses of AbstractHttpParams in org.apache.http.params
 class BasicHttpParams
          Default implementation of HttpParams interface.
 class DefaultedHttpParams
          HttpParams implementation that delegates resolution of a parameter to the given default HttpParams instance if the parameter is not present in the local one.
 class SyncBasicHttpParams
          Thread-safe extension of the BasicHttpParams.
 



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