Uses of Interface
org.jboss.resteasy.spi.interception.ClientExecutionInterceptor
-
Packages that use ClientExecutionInterceptor 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 -
-
Uses of ClientExecutionInterceptor in org.jboss.resteasy.client.cache
Classes in org.jboss.resteasy.client.cache that implement ClientExecutionInterceptor Modifier and Type Class 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. -
Uses of ClientExecutionInterceptor in org.jboss.resteasy.client.core
Methods in org.jboss.resteasy.client.core that return ClientExecutionInterceptor Modifier and Type Method Description protected ClientExecutionInterceptor[]
ClientInterceptorRepositoryImpl. getExecutionInterceptors()
Methods in org.jboss.resteasy.client.core that return types with arguments of type ClientExecutionInterceptor Modifier and Type Method Description java.util.LinkedList<ClientExecutionInterceptor>
ClientInterceptorRepository. getExecutionInterceptorList()
java.util.LinkedList<ClientExecutionInterceptor>
ClientInterceptorRepositoryImpl. getExecutionInterceptorList()
Methods in org.jboss.resteasy.client.core with parameters of type ClientExecutionInterceptor Modifier and Type Method Description protected void
ClientInterceptorRepositoryImpl. setExecutionInterceptors(ClientExecutionInterceptor[] executionInterceptors)
Method parameters in org.jboss.resteasy.client.core with type arguments of type ClientExecutionInterceptor Modifier and Type Method Description protected void
ClientInterceptorRepositoryImpl. setExecutionInterceptors(java.util.Collection<ClientExecutionInterceptor> executionInterceptorList)
-
Uses of ClientExecutionInterceptor in org.jboss.resteasy.core
Methods in org.jboss.resteasy.core that return types with arguments of type ClientExecutionInterceptor Modifier and Type Method Description InterceptorRegistry<ClientExecutionInterceptor>
ThreadLocalResteasyProviderFactory. getClientExecutionInterceptorRegistry()
-
Uses of ClientExecutionInterceptor in org.jboss.resteasy.core.interception
Fields in org.jboss.resteasy.core.interception with type parameters of type ClientExecutionInterceptor Modifier and Type Field Description protected java.util.List<ClientExecutionInterceptor>
ClientExecutionContextImpl. interceptors
Deprecated.Constructor parameters in org.jboss.resteasy.core.interception with type arguments of type ClientExecutionInterceptor Constructor Description ClientExecutionContextImpl(java.util.List<ClientExecutionInterceptor> interceptors, ClientExecutor executor, ClientRequest request)
Deprecated. -
Uses of ClientExecutionInterceptor in org.jboss.resteasy.plugins.interceptors.encoding
Classes in org.jboss.resteasy.plugins.interceptors.encoding that implement ClientExecutionInterceptor Modifier and Type Class Description class
AcceptEncodingGZIPInterceptor
Deprecated. -
Uses of ClientExecutionInterceptor in org.jboss.resteasy.spi
Fields in org.jboss.resteasy.spi with type parameters of type ClientExecutionInterceptor Modifier and Type Field Description protected InterceptorRegistry<ClientExecutionInterceptor>
ResteasyProviderFactory. clientExecutionInterceptorRegistry
Methods in org.jboss.resteasy.spi that return types with arguments of type ClientExecutionInterceptor Modifier and Type Method Description InterceptorRegistry<ClientExecutionInterceptor>
ResteasyProviderFactory. getClientExecutionInterceptorRegistry()
-