Package | Description |
---|---|
org.apache.http.client.protocol |
Client specific HTTP protocol handlers.
|
org.apache.http.protocol |
Core HTTP protocol execution framework and HTTP protocol handlers
for synchronous, blocking communication.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpClientContext
Adaptor class that provides convenience type safe setters and getters
for common
HttpContext attributes used in the course
of HTTP request execution. |
Modifier and Type | Method and Description |
---|---|
static HttpCoreContext |
HttpCoreContext.adapt(HttpContext context) |
static HttpCoreContext |
HttpCoreContext.create() |