Uses of Class
org.glassfish.jersey.client.ClientResponse
Package
Description
Jersey client-side internal classes.
Jersey client SPI classes/interfaces.
Jersey Jdk
connector
internal classes.Jersey client
connector
based on
Java's HttpClient
.-
Uses of ClientResponse in org.glassfish.jersey.client.internal
Modifier and TypeMethodDescriptionHttpUrlConnector.apply
(ClientRequest request) ClientResponseProcessingException.getClientResponse()
ModifierConstructorDescriptionClientResponseProcessingException
(ClientResponse clientResponse, Throwable cause) -
Uses of ClientResponse in org.glassfish.jersey.client.spi
Modifier and TypeMethodDescriptionConnector.apply
(ClientRequest request) Synchronously process client request into a response.Modifier and TypeMethodDescriptionvoid
AsyncConnectorCallback.response
(ClientResponse response) Invoked when a response for the asynchronously invoked request is available. -
Uses of ClientResponse in org.glassfish.jersey.jdk.connector.internal
-
Uses of ClientResponse in org.glassfish.jersey.jnh.connector