Uses of Class
org.jboss.resteasy.client.jaxrs.internal.ClientResponse
Packages that use ClientResponse
Package
Description
-
Uses of ClientResponse in org.jboss.resteasy.client.jaxrs.engines
Methods in org.jboss.resteasy.client.jaxrs.engines with parameters of type ClientResponseModifier and TypeMethodDescriptionAsyncClientHttpEngine.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.internalModifier and TypeClassDescriptionclassclassDeprecated.finalizers should no longer be used and this type will be removed in the futureFields in org.jboss.resteasy.client.jaxrs.internal declared as ClientResponseModifier and TypeFieldDescriptionprotected final ClientResponseClientResponseContextImpl.responseMethods in org.jboss.resteasy.client.jaxrs.internal that return ClientResponseModifier and TypeMethodDescriptionprotected ClientResponseClientInvocation.filterRequest(ClientRequestContextImpl requestContext) protected ClientResponseClientInvocation.filterResponse(ClientRequestContextImpl requestContext, ClientResponse response) ClientResponseContextImpl.getClientResponse()ClientInvocation.invoke()Methods in org.jboss.resteasy.client.jaxrs.internal with parameters of type ClientResponseModifier and TypeMethodDescriptionprotected ClientResponseClientInvocation.filterResponse(ClientRequestContextImpl requestContext, ClientResponse response) Constructors in org.jboss.resteasy.client.jaxrs.internal with parameters of type ClientResponse -
Uses of ClientResponse in org.jboss.resteasy.client.jaxrs.internal.proxy.extractors
Methods in org.jboss.resteasy.client.jaxrs.internal.proxy.extractors that return ClientResponseConstructors in org.jboss.resteasy.client.jaxrs.internal.proxy.extractors with parameters of type ClientResponseModifierConstructorDescriptionClientContext(ClientInvocation invocation, ClientResponse clientResponse, EntityExtractorFactory extractorFactory)