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