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. interceptorsConstructor 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 voidThreadLocalResteasyProviderFactory. 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. clientErrorInterceptorsMethods 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 registeredClientErrorInterceptorinstances.Methods in org.jboss.resteasy.spi with parameters of type ClientErrorInterceptor Modifier and Type Method Description voidResteasyProviderFactory. addClientErrorInterceptor(ClientErrorInterceptor handler)Add aClientErrorInterceptorto this provider factory instance.
-