|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BaseClientResponse | |
|---|---|
| org.jboss.resteasy.client.cache | |
| org.jboss.resteasy.client.core.executors | |
| org.jboss.resteasy.client.core.extractors | |
| Uses of BaseClientResponse in org.jboss.resteasy.client.cache |
|---|
| Methods in org.jboss.resteasy.client.cache with parameters of type BaseClientResponse | |
|---|---|
ClientResponse |
CacheInterceptor.cacheIfPossible(ClientRequest request,
BaseClientResponse response)
|
ClientResponse |
CacheInterceptor.updateOnNotModified(ClientRequest request,
BrowserCache.Entry old,
BaseClientResponse response)
|
| Uses of BaseClientResponse in org.jboss.resteasy.client.core.executors |
|---|
| Methods in org.jboss.resteasy.client.core.executors that return BaseClientResponse | |
|---|---|
protected BaseClientResponse |
InMemoryClientExecutor.createResponse(ClientRequest request,
MockHttpResponse mockResponse)
|
| Methods in org.jboss.resteasy.client.core.executors with parameters of type BaseClientResponse | |
|---|---|
protected void |
InMemoryClientExecutor.setHeaders(MockHttpResponse mockResponse,
BaseClientResponse response)
|
| Uses of BaseClientResponse in org.jboss.resteasy.client.core.extractors |
|---|
| Methods in org.jboss.resteasy.client.core.extractors that return BaseClientResponse | |
|---|---|
BaseClientResponse |
ClientRequestContext.getClientResponse()
|
| Methods in org.jboss.resteasy.client.core.extractors with parameters of type BaseClientResponse | |
|---|---|
void |
ClientErrorHandler.clientErrorHandling(BaseClientResponse clientResponse,
java.lang.RuntimeException e)
|
| Constructors in org.jboss.resteasy.client.core.extractors with parameters of type BaseClientResponse | |
|---|---|
ClientRequestContext(ClientRequest request,
BaseClientResponse<?> clientResponse,
ClientErrorHandler errorHandler)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||