Uses of Class
io.undertow.client.ClientRequest
-
Packages that use ClientRequest Package Description io.undertow.client io.undertow.client.http2 -
-
Uses of ClientRequest in io.undertow.client
Methods in io.undertow.client that return ClientRequest Modifier and Type Method Description ClientRequestClientExchange. getRequest()ClientRequestClientRequest. setMethod(HttpString method)ClientRequestClientRequest. setPath(java.lang.String path)ClientRequestClientRequest. setProtocol(HttpString protocol)Methods in io.undertow.client with parameters of type ClientRequest Modifier and Type Method Description voidClientConnection. sendRequest(ClientRequest request, ClientCallback<ClientExchange> clientCallback)Sends a client request. -
Uses of ClientRequest in io.undertow.client.http2
Methods in io.undertow.client.http2 that return ClientRequest Modifier and Type Method Description ClientRequestHttp2ClientExchange. getRequest()Methods in io.undertow.client.http2 with parameters of type ClientRequest Modifier and Type Method Description voidHttp2ClientConnection. sendRequest(ClientRequest request, ClientCallback<ClientExchange> clientCallback)Constructors in io.undertow.client.http2 with parameters of type ClientRequest Constructor Description Http2ClientConnection(Http2Channel http2Channel, ClientCallback<ClientExchange> upgradeReadyCallback, ClientRequest clientRequest, java.lang.String defaultHost, ClientStatistics clientStatistics, boolean secure)Http2ClientExchange(ClientConnection clientConnection, Http2StreamSinkChannel request, ClientRequest clientRequest)
-