Package | Description |
---|---|
org.jboss.resteasy.client |
JAX-RS specification 1.1 (https://jcp.org/en/jsr/detail?id=311)
had no client framework, so Resteasy release 2.x provided one.
|
org.jboss.resteasy.client.cache |
The client cache facility in Resteasy 2.x is deprecated in favor of the client cache
facility in the resteasy-client module.
|
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 |
JAX-RS specification 1.1 (https://jcp.org/en/jsr/detail?id=311)
had no interceptor framework, so Resteasy release 2.x provided one.
|
Modifier and Type | Method and Description |
---|---|
ClientResponse |
ClientRequest.delete()
Deprecated.
|
<T> ClientResponse<T> |
ClientRequest.delete(Class<T> returnType)
Deprecated.
|
<T> ClientResponse<T> |
ClientRequest.delete(Class<T> returnType,
Type genericType)
Deprecated.
|
<T> ClientResponse<T> |
ClientRequest.delete(GenericType type)
Deprecated.
|
ClientResponse |
ClientRequest.execute()
Deprecated.
|
ClientResponse |
ClientExecutor.execute(ClientRequest request)
Deprecated.
|
ClientResponse |
ClientRequest.get()
Deprecated.
|
<T> ClientResponse<T> |
ClientRequest.get(Class<T> returnType)
Deprecated.
Templates the returned ClientResponse for easy access to returned entity
|
<T> ClientResponse<T> |
ClientRequest.get(Class<T> returnType,
Type genericType)
Deprecated.
|
<T> ClientResponse<T> |
ClientRequest.get(GenericType type)
Deprecated.
|
ClientResponse |
ClientResponseFailure.getResponse()
Deprecated.
|
ClientResponse |
ClientRequest.head()
Deprecated.
|
ClientResponse |
ClientRequest.httpMethod(String httpMethod)
Deprecated.
|
<T> ClientResponse<T> |
ClientRequest.httpMethod(String method,
Class<T> returnType)
Deprecated.
|
<T> ClientResponse<T> |
ClientRequest.httpMethod(String method,
Class<T> returnType,
Type genericType)
Deprecated.
|
<T> ClientResponse<T> |
ClientRequest.httpMethod(String method,
GenericType type)
Deprecated.
|
ClientResponse |
ClientRequest.options()
Deprecated.
|
<T> ClientResponse<T> |
ClientRequest.options(Class<T> returnType)
Deprecated.
|
<T> ClientResponse<T> |
ClientRequest.options(Class<T> returnType,
Type genericType)
Deprecated.
|
<T> ClientResponse<T> |
ClientRequest.options(GenericType type)
Deprecated.
|
ClientResponse |
ClientRequest.post()
Deprecated.
|
<T> ClientResponse<T> |
ClientRequest.post(Class<T> returnType)
Deprecated.
|
<T> ClientResponse<T> |
ClientRequest.post(Class<T> returnType,
Type genericType)
Deprecated.
|
<T> ClientResponse<T> |
ClientRequest.post(GenericType type)
Deprecated.
|
ClientResponse |
ClientRequest.put()
Deprecated.
|
<T> ClientResponse<T> |
ClientRequest.put(Class<T> returnType)
Deprecated.
|
<T> ClientResponse<T> |
ClientRequest.put(Class<T> returnType,
Type genericType)
Deprecated.
|
<T> ClientResponse<T> |
ClientRequest.put(GenericType type)
Deprecated.
|
Constructor and Description |
---|
ClientResponseFailure(ClientResponse response)
Deprecated.
|
ClientResponseFailure(String s,
ClientResponse response)
Deprecated.
|
ClientResponseFailure(String s,
Throwable throwable,
ClientResponse response)
Deprecated.
|
ClientResponseFailure(Throwable throwable,
ClientResponse response)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ClientResponse |
CacheInterceptor.cacheIfPossible(ClientRequest request,
BaseClientResponse response)
Deprecated.
|
ClientResponse |
CacheInterceptor.execute(ClientExecutionContext ctx)
Deprecated.
|
protected ClientResponse |
CacheInterceptor.handleExpired(ClientExecutionContext ctx,
ClientRequest request,
BrowserCache.Entry entry)
Deprecated.
|
ClientResponse |
CacheInterceptor.updateOnNotModified(ClientRequest request,
BrowserCache.Entry old,
BaseClientResponse response)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseClientResponse<T> |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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 . |
Modifier and Type | Method and Description |
---|---|
ClientResponse<?> |
URLConnectionClientExecutor.execute(ClientRequest request) |
ClientResponse |
InMemoryClientExecutor.execute(ClientRequest request) |
ClientResponse |
ApacheHttpClient4Executor.execute(ClientRequest request) |
Modifier and Type | Method and Description |
---|---|
ClientResponse |
ClientExecutionContextImpl.proceed()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ClientResponse |
AcceptEncodingGZIPInterceptor.execute(ClientExecutionContext ctx)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ClientResponse |
ClientExecutionInterceptor.execute(ClientExecutionContext ctx)
Deprecated.
|
ClientResponse |
ClientExecutionContext.proceed()
Deprecated.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.