Package | Description |
---|---|
org.jboss.resteasy.client.cache |
The client cache facility in Resteasy 2.x is deprecated in favor of the client cache
facility in the resteasy-client module.
|
org.jboss.resteasy.client.core | |
org.jboss.resteasy.core | |
org.jboss.resteasy.core.interception | |
org.jboss.resteasy.plugins.interceptors.encoding | |
org.jboss.resteasy.spi |
Modifier and Type | Class and Description |
---|---|
class |
CacheInterceptor
Deprecated.
Caching in the Resteasy client framework in resteasy-jaxrs is replaced by
caching in the JAX-RS 2.0 compliant resteasy-client module.
|
Modifier and Type | Method and Description |
---|---|
protected ClientExecutionInterceptor[] |
ClientInterceptorRepositoryImpl.getExecutionInterceptors() |
Modifier and Type | Method and Description |
---|---|
java.util.LinkedList<ClientExecutionInterceptor> |
ClientInterceptorRepository.getExecutionInterceptorList() |
java.util.LinkedList<ClientExecutionInterceptor> |
ClientInterceptorRepositoryImpl.getExecutionInterceptorList() |
Modifier and Type | Method and Description |
---|---|
protected void |
ClientInterceptorRepositoryImpl.setExecutionInterceptors(ClientExecutionInterceptor[] executionInterceptors) |
Modifier and Type | Method and Description |
---|---|
protected void |
ClientInterceptorRepositoryImpl.setExecutionInterceptors(java.util.Collection<ClientExecutionInterceptor> executionInterceptorList) |
Modifier and Type | Method and Description |
---|---|
InterceptorRegistry<ClientExecutionInterceptor> |
ThreadLocalResteasyProviderFactory.getClientExecutionInterceptorRegistry() |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<ClientExecutionInterceptor> |
ClientExecutionContextImpl.interceptors
Deprecated.
|
Constructor and Description |
---|
ClientExecutionContextImpl(java.util.List<ClientExecutionInterceptor> interceptors,
ClientExecutor executor,
ClientRequest request)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
AcceptEncodingGZIPInterceptor
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected InterceptorRegistry<ClientExecutionInterceptor> |
ResteasyProviderFactory.clientExecutionInterceptorRegistry |
Modifier and Type | Method and Description |
---|---|
InterceptorRegistry<ClientExecutionInterceptor> |
ResteasyProviderFactory.getClientExecutionInterceptorRegistry() |