Uses of Interface
org.jboss.resteasy.spi.interception.ClientExecutionInterceptor

Packages that use ClientExecutionInterceptor
org.jboss.resteasy.client.cache   
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
 class CacheInterceptor
           
 

Uses of ClientExecutionInterceptor in org.jboss.resteasy.client.core
 

Methods in org.jboss.resteasy.client.core that return ClientExecutionInterceptor
 ClientExecutionInterceptor[] ClientInterceptorRepositoryImpl.getExecutionInterceptors()
           
 

Methods in org.jboss.resteasy.client.core that return types with arguments of type ClientExecutionInterceptor
 LinkedList<ClientExecutionInterceptor> ClientInterceptorRepositoryImpl.getExecutionInterceptorList()
           
 LinkedList<ClientExecutionInterceptor> ClientInterceptorRepository.getExecutionInterceptorList()
           
 

Methods in org.jboss.resteasy.client.core with parameters of type ClientExecutionInterceptor
 void ClientInterceptorRepositoryImpl.setExecutionInterceptors(ClientExecutionInterceptor[] executionInterceptors)
           
 

Method parameters in org.jboss.resteasy.client.core with type arguments of type ClientExecutionInterceptor
 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 ClientExecutionInterceptor
 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
protected  List<ClientExecutionInterceptor> ClientExecutionContextImpl.interceptors
           
 

Constructor parameters in org.jboss.resteasy.core.interception with type arguments of type ClientExecutionInterceptor
ClientExecutionContextImpl(List<ClientExecutionInterceptor> interceptors, ClientExecutor executor, ClientRequest request)
           
 

Uses of ClientExecutionInterceptor in org.jboss.resteasy.plugins.interceptors.encoding
 

Classes in org.jboss.resteasy.plugins.interceptors.encoding that implement ClientExecutionInterceptor
 class AcceptEncodingGZIPInterceptor
          Must be used in conjunction with GZIPDecodingInterceptor

Sets

 

Uses of ClientExecutionInterceptor in org.jboss.resteasy.spi
 

Fields in org.jboss.resteasy.spi with type parameters of type ClientExecutionInterceptor
protected  InterceptorRegistry<ClientExecutionInterceptor> ResteasyProviderFactory.clientExecutionInterceptorRegistry
           
 

Methods in org.jboss.resteasy.spi that return types with arguments of type ClientExecutionInterceptor
 InterceptorRegistry<ClientExecutionInterceptor> ResteasyProviderFactory.getClientExecutionInterceptorRegistry()
           
 



Copyright © 2011. All Rights Reserved.