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 T
AsyncClientHttpEngine.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 ClientResponse
JettyClientEngine. 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 class
AbortedResponse
class
FinalizedClientResponse
A 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 ClientResponse
ClientResponseContextImpl. response
Methods in org.jboss.resteasy.client.jaxrs.internal that return ClientResponse Modifier and Type Method Description protected ClientResponse
ClientInvocation. filterRequest(ClientRequestContextImpl requestContext)
protected ClientResponse
ClientInvocation. filterResponse(ClientRequestContextImpl requestContext, ClientResponse response)
ClientResponse
ClientResponseContextImpl. getClientResponse()
ClientResponse
ClientInvocation. invoke()
Methods in org.jboss.resteasy.client.jaxrs.internal with parameters of type ClientResponse Modifier and Type Method Description protected ClientResponse
ClientInvocation. 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 ClientResponse
ClientContext. 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)
-