Package | Description |
---|---|
io.undertow.client | |
io.undertow.client.http2 | |
org.wildfly.httpclient.common |
Modifier and Type | Method and Description |
---|---|
ClientRequest |
ClientExchange.getRequest() |
ClientRequest |
ClientRequest.setMethod(HttpString method) |
ClientRequest |
ClientRequest.setPath(String path) |
ClientRequest |
ClientRequest.setProtocol(HttpString protocol) |
Modifier and Type | Method and Description |
---|---|
void |
ClientConnection.sendRequest(ClientRequest request,
ClientCallback<ClientExchange> clientCallback)
Sends a client request.
|
Modifier and Type | Method and Description |
---|---|
ClientRequest |
Http2ClientExchange.getRequest() |
Modifier and Type | Method and Description |
---|---|
void |
Http2ClientConnection.sendRequest(ClientRequest request,
ClientCallback<ClientExchange> clientCallback) |
Constructor and Description |
---|
Http2ClientConnection(Http2Channel http2Channel,
ClientCallback<ClientExchange> upgradeReadyCallback,
ClientRequest clientRequest,
String defaultHost,
ClientStatistics clientStatistics,
boolean secure) |
Http2ClientExchange(ClientConnection clientConnection,
Http2StreamSinkChannel request,
ClientRequest clientRequest) |
Modifier and Type | Method and Description |
---|---|
void |
HttpTargetContext.sendRequest(ClientRequest request,
SSLContext sslContext,
org.wildfly.security.auth.client.AuthenticationConfiguration authenticationConfiguration,
HttpTargetContext.HttpMarshaller httpMarshaller,
HttpTargetContext.HttpResultHandler httpResultHandler,
HttpTargetContext.HttpFailureHandler failureHandler,
ContentType expectedResponse,
Runnable completedTask) |
void |
HttpTargetContext.sendRequest(ClientRequest request,
SSLContext sslContext,
org.wildfly.security.auth.client.AuthenticationConfiguration authenticationConfiguration,
HttpTargetContext.HttpMarshaller httpMarshaller,
HttpTargetContext.HttpResultHandler httpResultHandler,
HttpTargetContext.HttpFailureHandler failureHandler,
ContentType expectedResponse,
Runnable completedTask,
boolean allowNoContent) |
void |
HttpTargetContext.sendRequestInternal(HttpConnectionPool.ConnectionHandle connection,
ClientRequest request,
org.wildfly.security.auth.client.AuthenticationConfiguration authenticationConfiguration,
HttpTargetContext.HttpMarshaller httpMarshaller,
HttpTargetContext.HttpResultHandler httpResultHandler,
HttpTargetContext.HttpFailureHandler failureHandler,
ContentType expectedResponse,
Runnable completedTask,
boolean allowNoContent,
boolean retry) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.