Package | Description |
---|---|
org.apache.http.params |
The parameterization framework for HTTP components.
|
Modifier and Type | Class and Description |
---|---|
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-2015 The Apache Software Foundation. All Rights Reserved.