Uses of Class
org.glassfish.jersey.client.ClientResponse
-
Packages that use ClientResponse Package Description org.glassfish.jersey.apache.connector Jersey clientconnector
based on the Apache Http Client.org.glassfish.jersey.client Jersey client-side classes.org.glassfish.jersey.client.internal org.glassfish.jersey.client.spi Jersey client SPI classes/interfaces.org.glassfish.jersey.jdk.connector.internal Jersey Jdkconnector
internal classes.org.glassfish.jersey.jetty.connector Jersey clientconnector
based on the Jetty Client. -
-
Uses of ClientResponse in org.glassfish.jersey.apache.connector
Methods in org.glassfish.jersey.apache.connector that return ClientResponse Modifier and Type Method Description ClientResponse
ApacheConnector. apply(ClientRequest clientRequest)
-
Uses of ClientResponse in org.glassfish.jersey.client
Fields in org.glassfish.jersey.client declared as ClientResponse Modifier and Type Field Description private ClientResponse
AbortException. abortResponse
private ClientResponse
InboundJaxrsResponse. context
Fields in org.glassfish.jersey.client with type parameters of type ClientResponse Modifier and Type Field Description private Stage<ClientResponse>
ClientRuntime. responseProcessingRoot
Methods in org.glassfish.jersey.client that return ClientResponse Modifier and Type Method Description ClientResponse
AbortException. getAbortResponse()
Get the abort response that caused this exception.ClientResponse
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 ClientResponse Modifier and Type Method Description Stage.Continuation<ClientResponse>
ClientFilteringStages.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 ClientResponse Modifier and Type Method Description Stage.Continuation<ClientResponse>
ClientFilteringStages.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, java.lang.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 ClientResponse Constructor Description 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 ClientResponse Modifier and Type Method Description private ClientResponse
HttpUrlConnector. _apply(ClientRequest request)
ClientResponse
HttpUrlConnector. apply(ClientRequest request)
-
Uses of ClientResponse in org.glassfish.jersey.client.spi
Methods in org.glassfish.jersey.client.spi that return ClientResponse Modifier and Type Method Description ClientResponse
Connector. 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 void
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 ClientResponse Modifier and Type Method Description ClientResponse
JdkConnector. apply(ClientRequest request)
private ClientResponse
JdkConnector. translateResponse(ClientRequest requestContext, HttpResponse httpResponse, java.net.URI requestUri)
-
Uses of ClientResponse in org.glassfish.jersey.jetty.connector
Methods in org.glassfish.jersey.jetty.connector that return ClientResponse Modifier and Type Method Description ClientResponse
JettyConnector. 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 ClientResponse Modifier and Type Method Description private static void
JettyConnector. processResponseHeaders(org.eclipse.jetty.http.HttpFields respHeaders, ClientResponse jerseyResponse)
-