|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClientResponseContext | |
---|---|
javax.ws.rs.client | The JAX-RS client API |
org.jboss.resteasy.client.jaxrs.cache | |
org.jboss.resteasy.client.jaxrs.internal | |
org.jboss.resteasy.security.doseta |
Uses of ClientResponseContext in javax.ws.rs.client |
---|
Methods in javax.ws.rs.client with parameters of type ClientResponseContext | |
---|---|
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. |
Uses of ClientResponseContext in org.jboss.resteasy.client.jaxrs.cache |
---|
Methods in org.jboss.resteasy.client.jaxrs.cache with parameters of type ClientResponseContext | |
---|---|
void |
CacheInterceptor.cacheIfPossible(ClientRequestContext request,
ClientResponseContext response)
|
void |
CacheInterceptor.filter(ClientRequestContext request,
ClientResponseContext response)
|
void |
CacheInterceptor.updateOnNotModified(ClientRequestContext request,
BrowserCache.Entry old,
ClientResponseContext response)
|
Uses of ClientResponseContext in org.jboss.resteasy.client.jaxrs.internal |
---|
Classes in org.jboss.resteasy.client.jaxrs.internal that implement ClientResponseContext | |
---|---|
class |
ClientResponseContextImpl
|
Uses of ClientResponseContext in org.jboss.resteasy.security.doseta |
---|
Methods in org.jboss.resteasy.security.doseta with parameters of type ClientResponseContext | |
---|---|
void |
ClientDigitalVerificationHeaderDecoratorFeature.DigitalVerificationHeaderDecorator.filter(ClientRequestContext requestContext,
ClientResponseContext responseContext)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |