RESTEasy JAX-RS Implementation 2.3.6.Final-redhat-1

Uses of Class
org.jboss.resteasy.client.ClientResponse

Packages that use ClientResponse
org.jboss.resteasy.client   
org.jboss.resteasy.client.cache   
org.jboss.resteasy.client.core   
org.jboss.resteasy.client.core.executors   
org.jboss.resteasy.core.interception   
org.jboss.resteasy.plugins.interceptors.encoding   
org.jboss.resteasy.spi.interception   
 

Uses of ClientResponse in org.jboss.resteasy.client
 

Methods in org.jboss.resteasy.client that return ClientResponse
 ClientResponse ClientRequest.delete()
           
<T> ClientResponse<T>
ClientRequest.delete(Class<T> returnType)
           
<T> ClientResponse<T>
ClientRequest.delete(Class<T> returnType, Type genericType)
           
<T> ClientResponse<T>
ClientRequest.delete(GenericType type)
           
 ClientResponse ClientRequest.execute()
           
 ClientResponse ClientExecutor.execute(ClientRequest request)
           
 ClientResponse ClientRequest.get()
           
<T> ClientResponse<T>
ClientRequest.get(Class<T> returnType)
          Templates the returned ClientResponse for easy access to returned entity
<T> ClientResponse<T>
ClientRequest.get(Class<T> returnType, Type genericType)
           
<T> ClientResponse<T>
ClientRequest.get(GenericType type)
           
 ClientResponse ClientResponseFailure.getResponse()
           
 ClientResponse ClientRequest.head()
           
 ClientResponse ClientRequest.httpMethod(String httpMethod)
           
<T> ClientResponse<T>
ClientRequest.httpMethod(String method, Class<T> returnType)
           
<T> ClientResponse<T>
ClientRequest.httpMethod(String method, Class<T> returnType, Type genericType)
           
<T> ClientResponse<T>
ClientRequest.httpMethod(String method, GenericType type)
           
 ClientResponse ClientRequest.options()
           
<T> ClientResponse<T>
ClientRequest.options(Class<T> returnType)
           
<T> ClientResponse<T>
ClientRequest.options(Class<T> returnType, Type genericType)
           
<T> ClientResponse<T>
ClientRequest.options(GenericType type)
           
 ClientResponse ClientRequest.post()
           
<T> ClientResponse<T>
ClientRequest.post(Class<T> returnType)
           
<T> ClientResponse<T>
ClientRequest.post(Class<T> returnType, Type genericType)
           
<T> ClientResponse<T>
ClientRequest.post(GenericType type)
           
 ClientResponse ClientRequest.put()
           
<T> ClientResponse<T>
ClientRequest.put(Class<T> returnType)
           
<T> ClientResponse<T>
ClientRequest.put(Class<T> returnType, Type genericType)
           
<T> ClientResponse<T>
ClientRequest.put(GenericType type)
           
 

Constructors in org.jboss.resteasy.client with parameters of type ClientResponse
ClientResponseFailure(ClientResponse response)
           
ClientResponseFailure(String s, ClientResponse response)
           
ClientResponseFailure(String s, Throwable throwable, ClientResponse response)
           
ClientResponseFailure(Throwable throwable, ClientResponse response)
           
 

Uses of ClientResponse in org.jboss.resteasy.client.cache
 

Methods in org.jboss.resteasy.client.cache that return ClientResponse
 ClientResponse CacheInterceptor.cacheIfPossible(ClientRequest request, BaseClientResponse response)
           
 ClientResponse CacheInterceptor.execute(ClientExecutionContext ctx)
           
protected  ClientResponse CacheInterceptor.handleExpired(ClientExecutionContext ctx, ClientRequest request, BrowserCache.Entry entry)
           
 ClientResponse CacheInterceptor.updateOnNotModified(ClientRequest request, BrowserCache.Entry old, BaseClientResponse response)
           
 

Uses of ClientResponse in org.jboss.resteasy.client.core
 

Subclasses of ClientResponse in org.jboss.resteasy.client.core
 class BaseClientResponse<T>
           
 

Methods in org.jboss.resteasy.client.core that return ClientResponse
static ClientResponse BaseClientResponse.copyFromError(ClientResponse copy)
          Store entity within a byte array input stream because we want to release the connection if a ClientResponseFailure is thrown.
 

Methods in org.jboss.resteasy.client.core with parameters of type ClientResponse
static ClientResponse BaseClientResponse.copyFromError(ClientResponse copy)
          Store entity within a byte array input stream because we want to release the connection if a ClientResponseFailure is thrown.
 void ClientErrorInterceptor.handle(ClientResponse<?> response)
          Attempt to handle the current ClientResponse.
 

Uses of ClientResponse in org.jboss.resteasy.client.core.executors
 

Methods in org.jboss.resteasy.client.core.executors that return ClientResponse
 ClientResponse InMemoryClientExecutor.execute(ClientRequest request)
           
 ClientResponse<?> URLConnectionClientExecutor.execute(ClientRequest request)
           
 ClientResponse ApacheHttpClientExecutor.execute(ClientRequest request)
          Deprecated.  
 ClientResponse ApacheHttpClient4Executor.execute(ClientRequest request)
           
 

Uses of ClientResponse in org.jboss.resteasy.core.interception
 

Methods in org.jboss.resteasy.core.interception that return ClientResponse
 ClientResponse ClientExecutionContextImpl.proceed()
           
 

Uses of ClientResponse in org.jboss.resteasy.plugins.interceptors.encoding
 

Methods in org.jboss.resteasy.plugins.interceptors.encoding that return ClientResponse
 ClientResponse AcceptEncodingGZIPInterceptor.execute(ClientExecutionContext ctx)
           
 

Uses of ClientResponse in org.jboss.resteasy.spi.interception
 

Methods in org.jboss.resteasy.spi.interception that return ClientResponse
 ClientResponse ClientExecutionInterceptor.execute(ClientExecutionContext ctx)
           
 ClientResponse ClientExecutionContext.proceed()
           
 


RESTEasy JAX-RS Implementation 2.3.6.Final-redhat-1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.