|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ClientResponse in org.jboss.resteasy.client |
---|
Methods in org.jboss.resteasy.client that return ClientResponse | ||
---|---|---|
ClientResponse |
ClientRequest.delete()
|
|
|
ClientRequest.delete(java.lang.Class<T> returnType)
|
|
|
ClientRequest.delete(java.lang.Class<T> returnType,
java.lang.reflect.Type genericType)
|
|
|
ClientRequest.delete(GenericType type)
|
|
ClientResponse |
ClientRequest.execute()
|
|
ClientResponse |
ClientExecutor.execute(ClientRequest request)
|
|
ClientResponse |
ClientRequest.get()
|
|
|
ClientRequest.get(java.lang.Class<T> returnType)
Templates the returned ClientResponse for easy access to returned entity |
|
|
ClientRequest.get(java.lang.Class<T> returnType,
java.lang.reflect.Type genericType)
|
|
|
ClientRequest.get(GenericType type)
|
|
ClientResponse |
ClientResponseFailure.getResponse()
|
|
ClientResponse |
ClientRequest.head()
|
|
ClientResponse |
ClientRequest.httpMethod(java.lang.String httpMethod)
|
|
|
ClientRequest.httpMethod(java.lang.String method,
java.lang.Class<T> returnType)
|
|
|
ClientRequest.httpmethod(java.lang.String method,
java.lang.Class<T> returnType,
java.lang.reflect.Type genericType)
|
|
|
ClientRequest.httpMethod(java.lang.String method,
GenericType type)
|
|
ClientResponse |
ClientRequest.options()
|
|
|
ClientRequest.options(java.lang.Class<T> returnType)
|
|
|
ClientRequest.options(java.lang.Class<T> returnType,
java.lang.reflect.Type genericType)
|
|
|
ClientRequest.options(GenericType type)
|
|
ClientResponse |
ClientRequest.post()
|
|
|
ClientRequest.post(java.lang.Class<T> returnType)
|
|
|
ClientRequest.post(java.lang.Class<T> returnType,
java.lang.reflect.Type genericType)
|
|
|
ClientRequest.post(GenericType type)
|
|
ClientResponse |
ClientRequest.put()
|
|
|
ClientRequest.put(java.lang.Class<T> returnType)
|
|
|
ClientRequest.put(java.lang.Class<T> returnType,
java.lang.reflect.Type genericType)
|
|
|
ClientRequest.put(GenericType type)
|
Constructors in org.jboss.resteasy.client with parameters of type ClientResponse | |
---|---|
ClientResponseFailure(ClientResponse response)
|
|
ClientResponseFailure(java.lang.String s,
ClientResponse response)
|
|
ClientResponseFailure(java.lang.String s,
java.lang.Throwable throwable,
ClientResponse response)
|
|
ClientResponseFailure(java.lang.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 with parameters of type ClientResponse | |
---|---|
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 |
URLConnectionClientExecutor.execute(ClientRequest request)
|
ClientResponse |
InMemoryClientExecutor.execute(ClientRequest request)
|
ClientResponse |
ApacheHttpClientExecutor.execute(ClientRequest request)
|
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()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |