Uses of Interface
org.apache.http.params.HttpParamsNames

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

Uses of HttpParamsNames in org.apache.http.params
 

Classes in org.apache.http.params that implement HttpParamsNames
 class AbstractHttpParams
          Abstract base class for parameter collections.
 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-2012 The Apache Software Foundation. All Rights Reserved.