| Modifier and Type | Class and Description |
|---|---|
class |
BasicAuthentication
Client filter that will do basic authentication.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CacheInterceptor |
| Modifier and Type | Method and Description |
|---|---|
ClientRequestFilter[] |
ClientInvocation.getRequestFilters() |
ClientRequestFilter[] |
ClientConfiguration.getRequestFilters(Class declaring,
AccessibleObject target) |
| Modifier and Type | Method and Description |
|---|---|
JaxrsInterceptorRegistry<ClientRequestFilter> |
ThreadLocalResteasyProviderFactory.getClientRequestFilters()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClientRequestFilterRegistry.registerClass(Class<? extends ClientRequestFilter> declaring) |
void |
ClientRequestFilterRegistry.registerClass(Class<? extends ClientRequestFilter> declaring,
int priority) |
| Modifier and Type | Class and Description |
|---|---|
class |
AcceptEncodingGZIPFilter
Must be used in conjunction with GZIPDecodingInterceptor
|
| Modifier and Type | Field and Description |
|---|---|
protected JaxrsInterceptorRegistry<ClientRequestFilter> |
ResteasyProviderFactory.clientRequestFilters
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
JaxrsInterceptorRegistry<ClientRequestFilter> |
ResteasyProviderFactory.getClientRequestFilters()
Deprecated.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.