Uses of Class
io.undertow.client.ClientRequest
Packages that use ClientRequest
-
Uses of ClientRequest in io.undertow.client
Methods in io.undertow.client that return ClientRequestModifier and TypeMethodDescriptionClientExchange.getRequest()ClientRequest.setMethod(HttpString method) ClientRequest.setProtocol(HttpString protocol) Methods in io.undertow.client with parameters of type ClientRequestModifier and TypeMethodDescriptionvoidClientConnection.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 ClientRequestMethods in io.undertow.client.http2 with parameters of type ClientRequestModifier and TypeMethodDescriptionvoidHttp2ClientConnection.sendRequest(ClientRequest request, ClientCallback<ClientExchange> clientCallback) Constructors in io.undertow.client.http2 with parameters of type ClientRequestModifierConstructorDescriptionHttp2ClientConnection(Http2Channel http2Channel, ClientCallback<ClientExchange> upgradeReadyCallback, ClientRequest clientRequest, String defaultHost, ClientStatistics clientStatistics, boolean secure) Http2ClientExchange(ClientConnection clientConnection, Http2StreamSinkChannel request, ClientRequest clientRequest)