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 ClientResponse
ClientHttpEngine. 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 ClientResponse
ApacheHttpClient4Engine. invoke(ClientInvocation request)
ClientResponse
URLConnectionEngine. 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 class
AbortedResponse
Fields in org.jboss.resteasy.client.jaxrs.internal declared as ClientResponse Modifier and Type Field Description private ClientResponse
ClientResponse.InputStreamWrapper. response
protected ClientResponse
ClientResponseContextImpl. response
Constructors 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 ClientResponse
ClientContext. clientResponse
Methods in org.jboss.resteasy.client.jaxrs.internal.proxy.extractors that return ClientResponse Modifier and Type Method Description ClientResponse
ClientContext. 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)
-