Modifier and Type | Class and Description |
---|---|
class |
CacheInterceptor |
Modifier and Type | Method and Description |
---|---|
ClientExecutionInterceptor[] |
ClientInterceptorRepositoryImpl.getExecutionInterceptors() |
Modifier and Type | Method and Description |
---|---|
LinkedList<ClientExecutionInterceptor> |
ClientInterceptorRepositoryImpl.getExecutionInterceptorList() |
LinkedList<ClientExecutionInterceptor> |
ClientInterceptorRepository.getExecutionInterceptorList() |
Modifier and Type | Method and Description |
---|---|
void |
ClientInterceptorRepositoryImpl.setExecutionInterceptors(ClientExecutionInterceptor[] executionInterceptors) |
Modifier and Type | Method and Description |
---|---|
void |
ClientInterceptorRepositoryImpl.setExecutionInterceptors(Collection<ClientExecutionInterceptor> executionInterceptorList) |
Modifier and Type | Method and Description |
---|---|
InterceptorRegistry<ClientExecutionInterceptor> |
ThreadLocalResteasyProviderFactory.getClientExecutionInterceptorRegistry() |
Modifier and Type | Field and Description |
---|---|
protected List<ClientExecutionInterceptor> |
ClientExecutionContextImpl.interceptors |
Constructor and Description |
---|
ClientExecutionContextImpl(List<ClientExecutionInterceptor> interceptors,
ClientExecutor executor,
ClientRequest request) |
Modifier and Type | Class and Description |
---|---|
class |
AcceptEncodingGZIPInterceptor
Must be used in conjunction with GZIPDecodingInterceptor
Sets
|
Modifier and Type | Field and Description |
---|---|
protected InterceptorRegistry<ClientExecutionInterceptor> |
ResteasyProviderFactory.clientExecutionInterceptorRegistry |
Modifier and Type | Method and Description |
---|---|
InterceptorRegistry<ClientExecutionInterceptor> |
ResteasyProviderFactory.getClientExecutionInterceptorRegistry() |
Copyright © 2012. All Rights Reserved.