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.engines.jetty
Methods in org.jboss.resteasy.client.jaxrs.engines.jetty that return ClientResponseModifier and TypeMethodDescriptionJettyClientEngine.invoke
(jakarta.ws.rs.client.Invocation invocation) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ClientResponse in org.jboss.resteasy.client.jaxrs.internal
Subclasses of ClientResponse in org.jboss.resteasy.client.jaxrs.internalModifier and TypeClassDescriptionclass
class
Deprecated.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 ClientResponse
ClientResponseContextImpl.response
Methods in org.jboss.resteasy.client.jaxrs.internal that return ClientResponseModifier and TypeMethodDescriptionprotected ClientResponse
ClientInvocation.filterRequest
(ClientRequestContextImpl requestContext) protected ClientResponse
ClientInvocation.filterResponse
(ClientRequestContextImpl requestContext, ClientResponse response) ClientResponseContextImpl.getClientResponse()
ClientInvocation.invoke()
Methods in org.jboss.resteasy.client.jaxrs.internal with parameters of type ClientResponseModifier and TypeMethodDescriptionprotected ClientResponse
ClientInvocation.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)