Uses of Class
org.glassfish.jersey.client.ClientResponse
Packages that use 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
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. -
Uses of ClientResponse in org.glassfish.jersey.jdk.connector.internal
Methods in org.glassfish.jersey.jdk.connector.internal that return ClientResponse -
Uses of ClientResponse in org.glassfish.jersey.jnh.connector
Methods in org.glassfish.jersey.jnh.connector that return ClientResponse -
Uses of ClientResponse in org.glassfish.jersey.netty.connector
Methods in org.glassfish.jersey.netty.connector with parameters of type ClientResponseModifier and TypeMethodDescriptionbooleanNettyHttpRedirectController.prepareRedirect(ClientRequest request, ClientResponse response) Configure the HTTP request after HTTP Redirect response has been received.protected voidNettyHttpRedirectController.restrictRequestHeaders(ClientRequest request, ClientResponse response) RFC 9110 Section 15.4 defines the HTTP headers that should be removed from the redirected request.