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