Uses of Interface
net.anwiba.commons.http.IApplicableHttpResponseExceptionFactory
Packages that use IApplicableHttpResponseExceptionFactory
-
Uses of IApplicableHttpResponseExceptionFactory in net.anwiba.commons.http
Methods in net.anwiba.commons.http with parameters of type IApplicableHttpResponseExceptionFactoryModifier and TypeMethodDescriptionIObjectRequestExecutorBuilder.addExceptionFactory(IApplicableHttpResponseExceptionFactory factory) 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 IApplicableHttpResponseExceptionFactoryModifierConstructorDescriptionExceptionProducer(IApplicableHttpResponseExceptionFactory... exceptionFactories)