| Package | Description |
|---|---|
| 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.executors | |
| org.jboss.resteasy.client.core.extractors |
| Modifier and Type | Method and Description |
|---|---|
private BaseClientResponse |
CacheInterceptor.createClientResponse(ClientRequest request,
BrowserCache.Entry entry)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ClientResponse |
CacheInterceptor.cacheIfPossible(ClientRequest request,
BaseClientResponse response)
Deprecated.
|
ClientResponse |
CacheInterceptor.updateOnNotModified(ClientRequest request,
BrowserCache.Entry old,
BaseClientResponse response)
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) BaseClientResponse |
ApacheHttpClient4Executor.ResponseStream.response |
| Modifier and Type | Method and Description |
|---|---|
protected BaseClientResponse |
InMemoryClientExecutor.createResponse(ClientRequest request,
MockHttpResponse mockResponse) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
InMemoryClientExecutor.setHeaders(MockHttpResponse mockResponse,
BaseClientResponse response) |
| Constructor and Description |
|---|
ResponseStream(java.io.InputStream in,
BaseClientResponse response) |
| Modifier and Type | Field and Description |
|---|---|
private BaseClientResponse<?> |
ClientRequestContext.clientResponse |
| Modifier and Type | Method and Description |
|---|---|
BaseClientResponse |
ClientRequestContext.getClientResponse() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClientErrorHandler.clientErrorHandling(BaseClientResponse clientResponse,
java.lang.RuntimeException e) |
| Constructor and Description |
|---|
ClientRequestContext(ClientRequest request,
BaseClientResponse<?> clientResponse,
ClientErrorHandler errorHandler,
EntityExtractorFactory extractorFactory,
java.net.URI baseURI) |