Uses of Interface
net.anwiba.commons.http.IApplicableHttpResponseExceptionFactory
-
Packages that use IApplicableHttpResponseExceptionFactory Package Description net.anwiba.commons.http -
-
Uses of IApplicableHttpResponseExceptionFactory in net.anwiba.commons.http
Methods in net.anwiba.commons.http with parameters of type IApplicableHttpResponseExceptionFactory Modifier and Type Method Description IObjectRequestExecutorBuilder<T>IObjectRequestExecutorBuilder. addExceptionFactory(IApplicableHttpResponseExceptionFactory factory)IObjectRequestExecutorBuilder<T>ObjectRequestExecutorBuilder. addExceptionFactory(IApplicableHttpResponseExceptionFactory factory)<T> TConvertingHttpRequestExecutor. execute(ICanceler cancelable, IRequest request, IApplicableResultProducer<T> resultProducer, IApplicableHttpResponseExceptionFactory... exceptionFactories)<T> TIConvertingHttpRequestExecutor. execute(ICanceler cancelable, IRequest request, IApplicableResultProducer<T> resultProducer, IApplicableHttpResponseExceptionFactory... exceptionFactories)Constructors in net.anwiba.commons.http with parameters of type IApplicableHttpResponseExceptionFactory Constructor Description ExceptionProducer(IApplicableHttpResponseExceptionFactory... exceptionFactories)
-