Uses of Class
org.jboss.resteasy.client.jaxrs.internal.ClientResponse
-
-
Uses of ClientResponse in org.jboss.resteasy.client.jaxrs.engines
Methods in org.jboss.resteasy.client.jaxrs.engines with parameters of type ClientResponse Modifier and Type Method Description TAsyncClientHttpEngine.ResultExtractor. extractResult(ClientResponse response)Extracts a result out of a Response -
Uses of ClientResponse in org.jboss.resteasy.client.jaxrs.engines.jetty
Methods in org.jboss.resteasy.client.jaxrs.engines.jetty that return ClientResponse Modifier and Type Method Description ClientResponseJettyClientEngine. invoke(javax.ws.rs.client.Invocation invocation) -
Uses of ClientResponse in org.jboss.resteasy.client.jaxrs.internal
Subclasses of ClientResponse in org.jboss.resteasy.client.jaxrs.internal Modifier and Type Class Description classAbortedResponseclassFinalizedClientResponseA class that adds a {@link Object#finalize) method to the {@link ClientResponse} as a last ditch backstop to prevent leaking resources with ill-behaved clients.Fields in org.jboss.resteasy.client.jaxrs.internal declared as ClientResponse Modifier and Type Field Description protected ClientResponseClientResponseContextImpl. responseMethods in org.jboss.resteasy.client.jaxrs.internal that return ClientResponse Modifier and Type Method Description protected ClientResponseClientInvocation. filterRequest(ClientRequestContextImpl requestContext)protected ClientResponseClientInvocation. filterResponse(ClientRequestContextImpl requestContext, ClientResponse response)ClientResponseClientResponseContextImpl. getClientResponse()ClientResponseClientInvocation. invoke()Methods in org.jboss.resteasy.client.jaxrs.internal with parameters of type ClientResponse Modifier and Type Method Description protected ClientResponseClientInvocation. filterResponse(ClientRequestContextImpl requestContext, ClientResponse response)Constructors in org.jboss.resteasy.client.jaxrs.internal with parameters of type ClientResponse Constructor Description ClientResponseContextImpl(ClientResponse response) -
Uses of ClientResponse in org.jboss.resteasy.client.jaxrs.internal.proxy.extractors
Methods in org.jboss.resteasy.client.jaxrs.internal.proxy.extractors that return ClientResponse Modifier and Type Method Description ClientResponseClientContext. getClientResponse()Constructors in org.jboss.resteasy.client.jaxrs.internal.proxy.extractors with parameters of type ClientResponse Constructor Description ClientContext(ClientInvocation invocation, ClientResponse clientResponse, EntityExtractorFactory extractorFactory)
-