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 ClientResponse
ClientExchange. getContinueResponse()
ClientResponse
ClientExchange. getResponse()
-
Uses of ClientResponse in io.undertow.client.http2
Methods in io.undertow.client.http2 that return ClientResponse Modifier and Type Method Description ClientResponse
Http2ClientExchange. getContinueResponse()
ClientResponse
Http2ClientExchange. 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 boolean
NodeHealthChecker. checkResponse(ClientResponse response)
Check the response of a health check.
-