| Package | Description |
|---|---|
| org.apache.hc.client5.http.async | |
| org.apache.hc.client5.http.classic |
Client HTTP communication APIs.
|
| org.apache.hc.client5.http.protocol |
Client specific HTTP protocol handlers.
|
| Modifier and Type | Field and Description |
|---|---|
HttpClientContext |
AsyncExecChain.Scope.clientContext |
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncExecRuntime.acquireConnection(HttpRoute route,
Object state,
HttpClientContext clientContext,
org.apache.hc.core5.concurrent.FutureCallback<AsyncExecRuntime> callback) |
void |
AsyncExecRuntime.connect(HttpClientContext clientContext,
org.apache.hc.core5.concurrent.FutureCallback<AsyncExecRuntime> callback) |
void |
AsyncExecRuntime.execute(org.apache.hc.core5.http.nio.AsyncClientExchangeHandler exchangeHandler,
HttpClientContext context)
Initiates a message exchange using the given handler.
|
void |
AsyncExecRuntime.upgradeTls(HttpClientContext context) |
| Constructor and Description |
|---|
AsyncExecChain.Scope(String exchangeId,
HttpRoute route,
org.apache.hc.core5.http.HttpRequest originalRequest,
HttpClientContext clientContext,
AsyncExecRuntime execRuntime) |
| Modifier and Type | Field and Description |
|---|---|
HttpClientContext |
ExecChain.Scope.clientContext |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecRuntime.acquireConnection(HttpRoute route,
Object state,
HttpClientContext context) |
void |
ExecRuntime.connect(HttpClientContext context) |
org.apache.hc.core5.http.ClassicHttpResponse |
ExecRuntime.execute(org.apache.hc.core5.http.ClassicHttpRequest request,
HttpClientContext context) |
void |
ExecRuntime.upgradeTls(HttpClientContext context) |
| Constructor and Description |
|---|
ExecChain.Scope(String exchangeId,
HttpRoute route,
org.apache.hc.core5.http.ClassicHttpRequest originalRequest,
ExecRuntime execRuntime,
HttpClientContext clientContext) |
| Modifier and Type | Method and Description |
|---|---|
static HttpClientContext |
HttpClientContext.adapt(org.apache.hc.core5.http.protocol.HttpContext context) |
static HttpClientContext |
HttpClientContext.create() |
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.