Package | Description |
---|---|
org.jboss.resteasy.client.core.extractors | |
org.jboss.resteasy.core | |
org.jboss.resteasy.spi |
Modifier and Type | Field and Description |
---|---|
private java.util.List<ClientErrorInterceptor> |
ClientErrorHandler.interceptors |
Constructor and Description |
---|
ClientErrorHandler(java.util.List<ClientErrorInterceptor> interceptors) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ClientErrorInterceptor> |
ThreadLocalResteasyProviderFactory.getClientErrorInterceptors() |
Modifier and Type | Method and Description |
---|---|
void |
ThreadLocalResteasyProviderFactory.addClientErrorInterceptor(ClientErrorInterceptor handler) |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<ClientErrorInterceptor> |
ResteasyProviderFactory.clientErrorInterceptors |
Modifier and Type | Method and Description |
---|---|
java.util.List<ClientErrorInterceptor> |
ResteasyProviderFactory.getClientErrorInterceptors()
Return the list of currently registered
ClientErrorInterceptor instances. |
Modifier and Type | Method and Description |
---|---|
void |
ResteasyProviderFactory.addClientErrorInterceptor(ClientErrorInterceptor handler)
Add a
ClientErrorInterceptor to this provider factory instance. |