Uses of Interface
org.jboss.resteasy.client.core.ClientErrorInterceptor
Packages that use ClientErrorInterceptor
Package
Description
-
Uses of ClientErrorInterceptor in org.jboss.resteasy.client.core.extractors
Fields in org.jboss.resteasy.client.core.extractors with type parameters of type ClientErrorInterceptorModifier and TypeFieldDescriptionprivate List
<ClientErrorInterceptor> ClientErrorHandler.interceptors
Constructor parameters in org.jboss.resteasy.client.core.extractors with type arguments of type ClientErrorInterceptor -
Uses of ClientErrorInterceptor in org.jboss.resteasy.core
Methods in org.jboss.resteasy.core that return types with arguments of type ClientErrorInterceptorModifier and TypeMethodDescriptionThreadLocalResteasyProviderFactory.getClientErrorInterceptors()
Methods in org.jboss.resteasy.core with parameters of type ClientErrorInterceptorModifier and TypeMethodDescriptionvoid
ThreadLocalResteasyProviderFactory.addClientErrorInterceptor
(ClientErrorInterceptor handler) -
Uses of ClientErrorInterceptor in org.jboss.resteasy.spi
Fields in org.jboss.resteasy.spi with type parameters of type ClientErrorInterceptorModifier and TypeFieldDescriptionprotected List
<ClientErrorInterceptor> ResteasyProviderFactory.clientErrorInterceptors
Methods in org.jboss.resteasy.spi that return types with arguments of type ClientErrorInterceptorModifier and TypeMethodDescriptionResteasyProviderFactory.getClientErrorInterceptors()
Return the list of currently registeredClientErrorInterceptor
instances.Methods in org.jboss.resteasy.spi with parameters of type ClientErrorInterceptorModifier and TypeMethodDescriptionvoid
ResteasyProviderFactory.addClientErrorInterceptor
(ClientErrorInterceptor handler) Add aClientErrorInterceptor
to this provider factory instance.