Uses of Interface
io.undertow.client.ClientExchange
-
Packages that use ClientExchange Package Description io.undertow.client io.undertow.client.http2 -
-
Uses of ClientExchange in io.undertow.client
Methods in io.undertow.client with parameters of type ClientExchange Modifier and Type Method Description voidContinueNotification. handleContinue(ClientExchange exchange)booleanPushCallback. handlePush(ClientExchange originalRequest, ClientExchange pushedRequest)Handles a server push.Method parameters in io.undertow.client with type arguments of type ClientExchange Modifier and Type Method Description voidClientConnection. sendRequest(ClientRequest request, ClientCallback<ClientExchange> clientCallback)Sends a client request.voidClientExchange. setResponseListener(ClientCallback<ClientExchange> responseListener) -
Uses of ClientExchange in io.undertow.client.http2
Classes in io.undertow.client.http2 that implement ClientExchange Modifier and Type Class Description classHttp2ClientExchangeMethod parameters in io.undertow.client.http2 with type arguments of type ClientExchange Modifier and Type Method Description voidHttp2ClientConnection. sendRequest(ClientRequest request, ClientCallback<ClientExchange> clientCallback)voidHttp2ClientExchange. setResponseListener(ClientCallback<ClientExchange> responseListener)Constructor parameters in io.undertow.client.http2 with type arguments of type ClientExchange Constructor Description Http2ClientConnection(Http2Channel http2Channel, ClientCallback<ClientExchange> upgradeReadyCallback, ClientRequest clientRequest, java.lang.String defaultHost, ClientStatistics clientStatistics, boolean secure)
-