Uses of Interface
org.jboss.resteasy.spi.interception.ClientExecutionInterceptor
Packages that use ClientExecutionInterceptor
Package
Description
The client cache facility in Resteasy 2.x is deprecated in favor of the client cache
facility in the resteasy-client module.
-
Uses of ClientExecutionInterceptor in org.jboss.resteasy.client.cache
Classes in org.jboss.resteasy.client.cache that implement ClientExecutionInterceptorModifier and TypeClassDescriptionclass
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 ClientExecutionInterceptorModifier and TypeMethodDescriptionprotected ClientExecutionInterceptor[]
ClientInterceptorRepositoryImpl.getExecutionInterceptors()
Methods in org.jboss.resteasy.client.core that return types with arguments of type ClientExecutionInterceptorModifier and TypeMethodDescriptionClientInterceptorRepository.getExecutionInterceptorList()
ClientInterceptorRepositoryImpl.getExecutionInterceptorList()
Methods in org.jboss.resteasy.client.core with parameters of type ClientExecutionInterceptorModifier and TypeMethodDescriptionprotected void
ClientInterceptorRepositoryImpl.setExecutionInterceptors
(ClientExecutionInterceptor[] executionInterceptors) Method parameters in org.jboss.resteasy.client.core with type arguments of type ClientExecutionInterceptorModifier and TypeMethodDescriptionprotected void
ClientInterceptorRepositoryImpl.setExecutionInterceptors
(Collection<ClientExecutionInterceptor> executionInterceptorList) -
Uses of ClientExecutionInterceptor in org.jboss.resteasy.core
Methods in org.jboss.resteasy.core that return types with arguments of type ClientExecutionInterceptorModifier and TypeMethodDescriptionThreadLocalResteasyProviderFactory.getClientExecutionInterceptorRegistry()
-
Uses of ClientExecutionInterceptor in org.jboss.resteasy.core.interception
Fields in org.jboss.resteasy.core.interception with type parameters of type ClientExecutionInterceptorModifier and TypeFieldDescriptionprotected List
<ClientExecutionInterceptor> ClientExecutionContextImpl.interceptors
Deprecated.Constructor parameters in org.jboss.resteasy.core.interception with type arguments of type ClientExecutionInterceptorModifierConstructorDescriptionClientExecutionContextImpl
(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 -
Uses of ClientExecutionInterceptor in org.jboss.resteasy.spi
Fields in org.jboss.resteasy.spi with type parameters of type ClientExecutionInterceptorModifier and TypeFieldDescriptionprotected InterceptorRegistry
<ClientExecutionInterceptor> ResteasyProviderFactory.clientExecutionInterceptorRegistry
Methods in org.jboss.resteasy.spi that return types with arguments of type ClientExecutionInterceptorModifier and TypeMethodDescriptionResteasyProviderFactory.getClientExecutionInterceptorRegistry()