Uses of Class
org.jboss.resteasy.client.jaxrs.internal.ClientResponse
-
Packages that use ClientResponse Package Description org.jboss.resteasy.client.jaxrs.engines org.jboss.resteasy.client.jaxrs.internal org.jboss.resteasy.client.jaxrs.internal.proxy.extractors -
-
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.internal
Subclasses of ClientResponse in org.jboss.resteasy.client.jaxrs.internal Modifier and Type Class Description classAbortedResponseclassFinalizedClientResponseDeprecated.finalizers should no longer be used and this type will be removed in the futureFields 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)
-