Uses of Class
org.jboss.resteasy.client.jaxrs.internal.ClientResponse
-
-
Uses of ClientResponse in org.jboss.resteasy.client.jaxrs
Methods in org.jboss.resteasy.client.jaxrs that return ClientResponse Modifier and Type Method Description ClientResponseClientHttpEngine. invoke(ClientInvocation request) -
Uses of ClientResponse in org.jboss.resteasy.client.jaxrs.engines
Methods in org.jboss.resteasy.client.jaxrs.engines that return ClientResponse Modifier and Type Method Description ClientResponseApacheHttpClient4Engine. invoke(ClientInvocation request)ClientResponseURLConnectionEngine. invoke(ClientInvocation request) -
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 classAbortedResponseFields in org.jboss.resteasy.client.jaxrs.internal declared as ClientResponse Modifier and Type Field Description private ClientResponseClientResponse.InputStreamWrapper. responseprotected ClientResponseClientResponseContextImpl. responseConstructors in org.jboss.resteasy.client.jaxrs.internal with parameters of type ClientResponse Constructor Description ClientResponseContextImpl(ClientResponse response)InputStreamWrapper(java.io.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 ClientResponse Modifier and Type Field Description private ClientResponseClientContext. clientResponseMethods 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)
-