Package | Description |
---|---|
javax.ws.rs.client |
The JAX-RS client API
|
org.jboss.resteasy.client.jaxrs | |
org.jboss.resteasy.client.jaxrs.cache | |
org.jboss.resteasy.client.jaxrs.internal | |
org.jboss.resteasy.plugins.interceptors.encoding |
Modifier and Type | Method and Description |
---|---|
void |
ClientRequestFilter.filter(ClientRequestContext requestContext)
Filter method called before a request has been dispatched to a client
transport layer.
|
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 |
BasicAuthentication.filter(ClientRequestContext requestContext) |
Modifier and Type | Method and Description |
---|---|
void |
CacheInterceptor.cacheIfPossible(ClientRequestContext request,
ClientResponseContext response) |
void |
CacheInterceptor.filter(ClientRequestContext request) |
void |
CacheInterceptor.filter(ClientRequestContext request,
ClientResponseContext response) |
protected BrowserCache.Entry |
CacheInterceptor.getEntry(ClientRequestContext request) |
void |
CacheInterceptor.updateOnNotModified(ClientRequestContext request,
BrowserCache.Entry old,
ClientResponseContext response) |
Modifier and Type | Class and Description |
---|---|
class |
ClientRequestContextImpl |
Modifier and Type | Method and Description |
---|---|
void |
AcceptEncodingGZIPFilter.filter(ClientRequestContext ctx) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.