CoreConnectionPNames | Defines parameter names for connections in HttpCore. |
CoreProtocolPNames | Defines parameter names for protocol execution in HttpCore. |
HttpParams | HttpParams interface represents a collection of immutable values that define a runtime behavior of a component. |
AbstractHttpParams | Abstract base class for parameter collections. |
BasicHttpParams | Default implementation of HttpParams interface. |
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. |
HttpAbstractParamBean | |
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. |
HttpConnectionParams | Utility class for accessing connection parameters in HttpParams . |
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. |
HttpProtocolParams | Utility class for accessing protocol parameters in HttpParams . |
SyncBasicHttpParams | Thread-safe extension of the BasicHttpParams . |