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.interceptorsConstructor 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 TypeMethodDescriptionvoidThreadLocalResteasyProviderFactory.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.clientErrorInterceptorsMethods in org.jboss.resteasy.spi that return types with arguments of type ClientErrorInterceptorModifier and TypeMethodDescriptionResteasyProviderFactory.getClientErrorInterceptors()Return the list of currently registeredClientErrorInterceptorinstances.Methods in org.jboss.resteasy.spi with parameters of type ClientErrorInterceptorModifier and TypeMethodDescriptionvoidResteasyProviderFactory.addClientErrorInterceptor(ClientErrorInterceptor handler) Add aClientErrorInterceptorto this provider factory instance.