Package | Description |
---|---|
io.undertow.client | |
io.undertow.client.ajp | |
io.undertow.client.http |
Modifier and Type | Method and Description |
---|---|
void |
ContinueNotification.handleContinue(ClientExchange exchange) |
Modifier and Type | Method and Description |
---|---|
void |
ClientConnection.sendRequest(ClientRequest request,
ClientCallback<ClientExchange> clientCallback)
Sends a client request.
|
void |
ClientExchange.setResponseListener(ClientCallback<ClientExchange> responseListener) |
Modifier and Type | Class and Description |
---|---|
class |
AjpClientExchange |
Modifier and Type | Method and Description |
---|---|
void |
AjpClientExchange.setResponseListener(ClientCallback<ClientExchange> listener) |
Constructor and Description |
---|
AjpClientExchange(ClientCallback<ClientExchange> readyCallback,
ClientRequest request,
io.undertow.client.ajp.AjpClientConnection clientConnection) |
Modifier and Type | Class and Description |
---|---|
class |
HttpClientExchange |
Modifier and Type | Method and Description |
---|---|
void |
HttpClientConnection.sendRequest(ClientRequest request,
ClientCallback<ClientExchange> clientCallback) |
void |
HttpClientExchange.setResponseListener(ClientCallback<ClientExchange> listener) |
Constructor and Description |
---|
HttpClientExchange(ClientCallback<ClientExchange> readyCallback,
ClientRequest request,
HttpClientConnection clientConnection) |
Copyright © 2013 JBoss by Red Hat. All rights reserved.