Uses of Class
io.undertow.client.ClientResponse
-
Packages that use ClientResponse Package Description io.undertow.client io.undertow.client.http2 io.undertow.server.handlers.proxy.mod_cluster org.wildfly.httpclient.common -
-
Uses of ClientResponse in io.undertow.client
Methods in io.undertow.client that return ClientResponse Modifier and Type Method Description ClientResponseClientExchange. getContinueResponse()ClientResponseClientExchange. getResponse() -
Uses of ClientResponse in io.undertow.client.http2
Methods in io.undertow.client.http2 that return ClientResponse Modifier and Type Method Description ClientResponseHttp2ClientExchange. getContinueResponse()ClientResponseHttp2ClientExchange. getResponse() -
Uses of ClientResponse in io.undertow.server.handlers.proxy.mod_cluster
Methods in io.undertow.server.handlers.proxy.mod_cluster with parameters of type ClientResponse Modifier and Type Method Description booleanNodeHealthChecker. checkResponse(ClientResponse response)Check the response of a health check. -
Uses of ClientResponse in org.wildfly.httpclient.common
Methods in org.wildfly.httpclient.common with parameters of type ClientResponse Modifier and Type Method Description AuthenticationExceptionHttpClientMessages_$logger. authenticationFailed(ClientResponse response)voidHttpTargetContext.HttpResultHandler. handleResult(InputStream result, ClientResponse response, Closeable doneCallback)IOExceptionHttpClientMessages_$logger. invalidResponseCode(int responseCode, ClientResponse response)
-