| Package | Description |
|---|---|
| org.jboss.resteasy.client.cache | |
| org.jboss.resteasy.client.core.executors | |
| org.jboss.resteasy.client.core.extractors |
| Modifier and Type | Method and Description |
|---|---|
ClientResponse |
CacheInterceptor.cacheIfPossible(ClientRequest request,
BaseClientResponse response) |
ClientResponse |
CacheInterceptor.updateOnNotModified(ClientRequest request,
BrowserCache.Entry old,
BaseClientResponse 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) |
| Modifier and Type | Method and Description |
|---|---|
BaseClientResponse |
ClientRequestContext.getClientResponse() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClientErrorHandler.clientErrorHandling(BaseClientResponse clientResponse,
RuntimeException e) |
| Constructor and Description |
|---|
ClientRequestContext(ClientRequest request,
BaseClientResponse<?> clientResponse,
ClientErrorHandler errorHandler,
EntityExtractorFactory extractorFactory,
URI baseURI) |
Copyright © 2014. All Rights Reserved.