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 ClientResponseAbortException.abortResponseprivate final ClientResponseInboundJaxrsResponse.contextFields in org.glassfish.jersey.client with type parameters of type ClientResponseModifier and TypeFieldDescriptionprivate final Stage<ClientResponse> ClientRuntime.responseProcessingRootMethods 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) voidResponseCallback.completed(ClientResponse response, RequestScope scope) Called when the client invocation was successfully completed with a response.private voidClientRuntime.processResponse(ClientResponse response, ResponseCallback callback) private <T> TJerseyInvocation.translate(ClientResponse response, RequestScope scope, Class<T> responseType) private <T> TJerseyInvocation.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 ClientResponseHttpUrlConnector._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 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 ClientResponseModifier and TypeMethodDescriptionJdkConnector.apply(ClientRequest request) private ClientResponseJdkConnector.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 ClientResponseJettyConnector.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 voidJettyConnector.processResponseHeaders(org.eclipse.jetty.http.HttpFields respHeaders, ClientResponse jerseyResponse)