Uses of Class
org.glassfish.jersey.client.ClientResponse
-
Packages that use ClientResponse Package Description org.glassfish.jersey.client.internal Jersey client-side internal classes.org.glassfish.jersey.client.spi Jersey client SPI classes/interfaces. -
-
Uses of ClientResponse in org.glassfish.jersey.client.internal
Methods in org.glassfish.jersey.client.internal that return ClientResponse Modifier and Type Method Description ClientResponseHttpUrlConnector. apply(ClientRequest request)ClientResponseClientResponseProcessingException. getClientResponse()Constructors in org.glassfish.jersey.client.internal with parameters of type ClientResponse Constructor Description ClientResponseProcessingException(ClientResponse clientResponse, Throwable cause) -
Uses of ClientResponse in org.glassfish.jersey.client.spi
Methods in org.glassfish.jersey.client.spi that return ClientResponse Modifier and Type Method Description ClientResponseConnector. apply(ClientRequest request)Synchronously process client request into a response.Methods in org.glassfish.jersey.client.spi with parameters of type ClientResponse Modifier and Type Method Description voidAsyncConnectorCallback. response(ClientResponse response)Invoked when a response for the asynchronously invoked request is available.
-