Uses of Class
org.jboss.resteasy.client.core.extractors.ClientErrorHandler
-
Packages that use ClientErrorHandler Package Description org.jboss.resteasy.client.core.extractors -
-
Uses of ClientErrorHandler in org.jboss.resteasy.client.core.extractors
Fields in org.jboss.resteasy.client.core.extractors declared as ClientErrorHandler Modifier and Type Field Description private ClientErrorHandler
ClientRequestContext. errorHandler
Methods in org.jboss.resteasy.client.core.extractors that return ClientErrorHandler Modifier and Type Method Description ClientErrorHandler
ClientRequestContext. getErrorHandler()
Constructors in org.jboss.resteasy.client.core.extractors with parameters of type ClientErrorHandler Constructor Description ClientRequestContext(ClientRequest request, BaseClientResponse<?> clientResponse, ClientErrorHandler errorHandler, EntityExtractorFactory extractorFactory, java.net.URI baseURI)
-