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
Methods in org.jboss.resteasy.client.jaxrs that return ClientResponse -
Uses of ClientResponse in org.jboss.resteasy.client.jaxrs.engines
Methods in org.jboss.resteasy.client.jaxrs.engines that return ClientResponseModifier and TypeMethodDescriptionApacheHttpClient4Engine.invoke(ClientInvocation request) URLConnectionEngine.invoke(ClientInvocation request) -
Uses of ClientResponse in org.jboss.resteasy.client.jaxrs.internal
Subclasses of ClientResponse in org.jboss.resteasy.client.jaxrs.internalFields in org.jboss.resteasy.client.jaxrs.internal declared as ClientResponseModifier and TypeFieldDescriptionprivate ClientResponseClientResponse.InputStreamWrapper.responseprotected final ClientResponseClientResponseContextImpl.responseConstructors in org.jboss.resteasy.client.jaxrs.internal with parameters of type ClientResponseModifierConstructorDescriptionClientResponseContextImpl(ClientResponse response) protectedInputStreamWrapper(InputStream in, ClientResponse response) -
Uses of ClientResponse in org.jboss.resteasy.client.jaxrs.internal.proxy.extractors
Fields in org.jboss.resteasy.client.jaxrs.internal.proxy.extractors declared as ClientResponseMethods 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)