Search Java Classes and Packages
Search Java Frameworks and Libraries
#Apache.http.params Classes and Interfaces - 14 results found.
| Name | Description | Type | Package | Framework |
| AbstractHttpParams | Abstract base class for parameter collections. | Class | apache.http.params | Apache HttpComponents |
|
| BasicHttpParams | Default implementation of HttpParams interface. | Class | apache.http.params | Apache HttpComponents |
|
| CoreConnectionPNames | Defines parameter names for connections in HttpCore. | Interface | apache.http.params | Apache HttpComponents |
|
| CoreProtocolPNames | Defines parameter names for protocol execution in HttpCore. | Interface | apache.http.params | Apache HttpComponents |
|
| DefaultedHttpParams | HttpParams implementation that delegates resolution of a parameter to the given default HttpParams instance if the parameter is not | Class | apache.http.params | Apache HttpComponents |
|
| HttpAbstractParamBean | | Class | apache.http.params | Apache HttpComponents |
|
| 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 | Class | apache.http.params | Apache HttpComponents |
|
| HttpConnectionParams | Utility class for accessing connection parameters in HttpParams. | Class | apache.http.params | Apache HttpComponents |
|
| HttpParamConfig | | Class | apache.http.params | Apache HttpComponents |
|
| HttpParams | HttpParams interface represents a collection of immutable values that define a runtime behavior of a component. | Interface | apache.http.params | Apache HttpComponents |
|
| HttpParamsNames | Gives access to the full set of parameter names. | Interface | apache.http.params | Apache HttpComponents |
|
| 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 | Class | apache.http.params | Apache HttpComponents |
|
| HttpProtocolParams | Utility class for accessing protocol parameters in HttpParams. | Class | apache.http.params | Apache HttpComponents |
|
| SyncBasicHttpParams | Thread-safe extension of the BasicHttpParams. | Class | apache.http.params | Apache HttpComponents |