Package | Description |
---|---|
io.undertow.client | |
io.undertow.client.http2 | |
io.undertow.client.spdy |
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) |
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) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.