Package | Description |
---|---|
javax.ws.rs.client |
The JAX-RS client API
|
org.jboss.resteasy.client.jaxrs.cache | |
org.jboss.resteasy.client.jaxrs.internal |
Modifier and Type | Method and Description |
---|---|
void |
ClientResponseFilter.filter(ClientRequestContext requestContext,
ClientResponseContext responseContext)
Filter method called after a response has been provided for a request
(either by a
request filter or when the
HTTP invocation returns. |
Modifier and Type | Method and Description |
---|---|
void |
CacheInterceptor.cacheIfPossible(ClientRequestContext request,
ClientResponseContext response) |
void |
CacheInterceptor.filter(ClientRequestContext request,
ClientResponseContext response) |
void |
CacheInterceptor.updateOnNotModified(ClientRequestContext request,
BrowserCache.Entry old,
ClientResponseContext response) |
Modifier and Type | Class and Description |
---|---|
class |
ClientResponseContextImpl |
Copyright © 2017 JBoss by Red Hat. All rights reserved.