Uses of Interface
org.jboss.resteasy.client.core.ClientErrorInterceptor
-
Packages that use ClientErrorInterceptor Package Description org.jboss.resteasy.client.core.extractors org.jboss.resteasy.core org.jboss.resteasy.spi -
-
Uses of ClientErrorInterceptor in org.jboss.resteasy.client.core.extractors
Fields in org.jboss.resteasy.client.core.extractors with type parameters of type ClientErrorInterceptor Modifier and Type Field Description private java.util.List<ClientErrorInterceptor>
ClientErrorHandler. interceptors
Constructor parameters in org.jboss.resteasy.client.core.extractors with type arguments of type ClientErrorInterceptor Constructor Description ClientErrorHandler(java.util.List<ClientErrorInterceptor> interceptors)
-
Uses of ClientErrorInterceptor in org.jboss.resteasy.core
Methods in org.jboss.resteasy.core that return types with arguments of type ClientErrorInterceptor Modifier and Type Method Description java.util.List<ClientErrorInterceptor>
ThreadLocalResteasyProviderFactory. getClientErrorInterceptors()
Methods in org.jboss.resteasy.core with parameters of type ClientErrorInterceptor Modifier and Type Method Description void
ThreadLocalResteasyProviderFactory. addClientErrorInterceptor(ClientErrorInterceptor handler)
-
Uses of ClientErrorInterceptor in org.jboss.resteasy.spi
Fields in org.jboss.resteasy.spi with type parameters of type ClientErrorInterceptor Modifier and Type Field Description protected java.util.List<ClientErrorInterceptor>
ResteasyProviderFactory. clientErrorInterceptors
Methods in org.jboss.resteasy.spi that return types with arguments of type ClientErrorInterceptor Modifier and Type Method Description java.util.List<ClientErrorInterceptor>
ResteasyProviderFactory. getClientErrorInterceptors()
Return the list of currently registeredClientErrorInterceptor
instances.Methods in org.jboss.resteasy.spi with parameters of type ClientErrorInterceptor Modifier and Type Method Description void
ResteasyProviderFactory. addClientErrorInterceptor(ClientErrorInterceptor handler)
Add aClientErrorInterceptor
to this provider factory instance.
-