Uses of Class
org.glassfish.jersey.client.ClientResponse
-
Packages that use ClientResponse Package Description org.glassfish.jersey.apache.connector Jersey clientconnectorbased 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 Jdkconnectorinternal classes.org.glassfish.jersey.jetty.connector Jersey clientconnectorbased 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 ClientResponseApacheConnector. 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 ClientResponseAbortException. abortResponseprivate ClientResponseInboundJaxrsResponse. contextFields in org.glassfish.jersey.client with type parameters of type ClientResponse Modifier and Type Field Description private Stage<ClientResponse>ClientRuntime. responseProcessingRootMethods in org.glassfish.jersey.client that return ClientResponse Modifier and Type Method Description ClientResponseAbortException. getAbortResponse()Get the abort response that caused this exception.ClientResponseClientRuntime. 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)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, java.lang.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 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 ClientResponseHttpUrlConnector. _apply(ClientRequest request)ClientResponseHttpUrlConnector. 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 ClientResponseConnector. 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 voidAsyncConnectorCallback. 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 ClientResponseJdkConnector. apply(ClientRequest request)private ClientResponseJdkConnector. 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 ClientResponseJettyConnector. 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 ClientResponse Modifier and Type Method Description private static voidJettyConnector. processResponseHeaders(org.eclipse.jetty.http.HttpFields respHeaders, ClientResponse jerseyResponse)
-