| Package | Description |
|---|---|
| io.undertow.client | |
| io.undertow.client.http2 | |
| io.undertow.client.spdy | |
| io.undertow.http2.tests.framework |
| 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 |
|---|
Http2ClientExchange(ClientConnection clientConnection, Http2StreamSinkChannel request, ClientRequest clientRequest) |
| Modifier and Type | Method and Description |
|---|---|
ClientRequest | SpdyClientExchange.getRequest() |
| Modifier and Type | Method and Description |
|---|---|
void | SpdyClientConnection.sendRequest(ClientRequest request, ClientCallback<ClientExchange> clientCallback) |
| Constructor and Description |
|---|
SpdyClientExchange(ClientConnection clientConnection, SpdyStreamSinkChannel request, ClientRequest clientRequest) |
| Modifier and Type | Method and Description |
|---|---|
HttpResponse | Http2Client.sendRequest(ClientRequest request) |
Copyright © 2015 JBoss by Red Hat. All rights reserved.