| Package | Description |
|---|---|
| org.jboss.resteasy.client.core.extractors | |
| org.jboss.resteasy.core | |
| org.jboss.resteasy.spi |
| Constructor and Description |
|---|
ClientErrorHandler(List<ClientErrorInterceptor> interceptors) |
| Modifier and Type | Method and Description |
|---|---|
List<ClientErrorInterceptor> |
ThreadLocalResteasyProviderFactory.getClientErrorInterceptors() |
| Modifier and Type | Method and Description |
|---|---|
void |
ThreadLocalResteasyProviderFactory.addClientErrorInterceptor(ClientErrorInterceptor handler) |
| Modifier and Type | Field and Description |
|---|---|
protected List<ClientErrorInterceptor> |
ResteasyProviderFactory.clientErrorInterceptors |
| Modifier and Type | Method and Description |
|---|---|
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. |
Copyright © 2014. All Rights Reserved.