Uses of Class
org.apache.http.params.AbstractHttpParams
| Package | Description |
|---|---|
| org.apache.http.impl.client | |
| org.apache.http.params |
The parameterization framework for HTTP components.
|
-
Uses of AbstractHttpParams in org.apache.http.impl.client
Subclasses of AbstractHttpParams in org.apache.http.impl.client Modifier and Type Class Description classClientParamsStackRepresents a stack of parameter collections. -
Uses of AbstractHttpParams in org.apache.http.params
Subclasses of AbstractHttpParams in org.apache.http.params Modifier and Type Class Description classBasicHttpParamsThis class represents a collection of HTTP protocol parameters.classDefaultedHttpParamsHttpParamsimplementation that delegates resolution of a parameter to the given defaultHttpParamsinstance if the parameter is not present in the local one.