| Package | Description |
|---|---|
| io.undertow.client | |
| io.undertow.client.ajp | |
| io.undertow.client.http |
| 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 |
AjpClientExchange.getRequest() |
| Constructor and Description |
|---|
AjpClientExchange(ClientCallback<ClientExchange> readyCallback,
ClientRequest request,
io.undertow.client.ajp.AjpClientConnection clientConnection) |
| Modifier and Type | Method and Description |
|---|---|
ClientRequest |
HttpClientExchange.getRequest() |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpClientConnection.sendRequest(ClientRequest request,
ClientCallback<ClientExchange> clientCallback) |
| Constructor and Description |
|---|
HttpClientExchange(ClientCallback<ClientExchange> readyCallback,
ClientRequest request,
HttpClientConnection clientConnection) |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.