Uses of Class
org.glassfish.jersey.client.ClientResponse
Packages that use ClientResponse
Package
Description
Jersey client
connector
based on the
Apache Http Client.Jersey client-side classes.
Jersey client SPI classes/interfaces.
Jersey Jdk
connector
internal classes.Jersey client
connector
based on the
Jetty Client.-
Uses of ClientResponse in org.glassfish.jersey.apache.connector
Methods in org.glassfish.jersey.apache.connector that return ClientResponse -
Uses of ClientResponse in org.glassfish.jersey.client
Fields in org.glassfish.jersey.client declared as ClientResponseModifier and TypeFieldDescriptionprivate final ClientResponse
AbortException.abortResponse
private final ClientResponse
InboundJaxrsResponse.context
Fields in org.glassfish.jersey.client with type parameters of type ClientResponseModifier and TypeFieldDescriptionprivate final Stage<ClientResponse>
ClientRuntime.responseProcessingRoot
Methods in org.glassfish.jersey.client that return ClientResponseModifier and TypeMethodDescriptionAbortException.getAbortResponse()
Get the abort response that caused this exception.ClientRuntime.invoke
(ClientRequest request) Invoke a request processing synchronously in the context of the caller's thread.Methods in org.glassfish.jersey.client that return types with arguments of type ClientResponseModifier and TypeMethodDescriptionClientFilteringStages.ResponseFilterStage.apply
(ClientResponse responseContext) (package private) static ChainableStage<ClientResponse>
ClientFilteringStages.createResponseFilteringStage
(InjectionManager injectionManager) Create client response filtering stage using the injection manager.Methods in org.glassfish.jersey.client with parameters of type ClientResponseModifier and TypeMethodDescriptionClientFilteringStages.ResponseFilterStage.apply
(ClientResponse responseContext) void
ResponseCallback.completed
(ClientResponse response, RequestScope scope) Called when the client invocation was successfully completed with a response.private void
ClientRuntime.processResponse
(ClientResponse response, ResponseCallback callback) private <T> T
JerseyInvocation.translate
(ClientResponse response, RequestScope scope, Class<T> responseType) private <T> T
JerseyInvocation.translate
(ClientResponse response, RequestScope scope, javax.ws.rs.core.GenericType<T> responseType) Constructors in org.glassfish.jersey.client with parameters of type ClientResponseModifierConstructorDescription(package private)
AbortException
(ClientResponse abortResponse) Create new abort exception.InboundJaxrsResponse
(ClientResponse context, RequestScope scope) Create new scoped client response. -
Uses of ClientResponse in org.glassfish.jersey.client.internal
Methods in org.glassfish.jersey.client.internal that return ClientResponseModifier and TypeMethodDescriptionprivate ClientResponse
HttpUrlConnector._apply
(ClientRequest request) HttpUrlConnector.apply
(ClientRequest request) -
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 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
Methods in org.glassfish.jersey.jdk.connector.internal that return ClientResponseModifier and TypeMethodDescriptionJdkConnector.apply
(ClientRequest request) private ClientResponse
JdkConnector.translateResponse
(ClientRequest requestContext, HttpResponse httpResponse, URI requestUri) -
Uses of ClientResponse in org.glassfish.jersey.jetty.connector
Methods in org.glassfish.jersey.jetty.connector that return ClientResponseModifier and TypeMethodDescriptionJettyConnector.apply
(ClientRequest jerseyRequest) private static ClientResponse
JettyConnector.translateResponse
(ClientRequest jerseyRequest, org.eclipse.jetty.client.api.Response jettyResponse, NonBlockingInputStream entityStream) Methods in org.glassfish.jersey.jetty.connector with parameters of type ClientResponseModifier and TypeMethodDescriptionprivate static void
JettyConnector.processResponseHeaders
(org.eclipse.jetty.http.HttpFields respHeaders, ClientResponse jerseyResponse)