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 -
-
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.
-