Uses of Class
net.anwiba.commons.http.HttpServerException
-
Packages that use HttpServerException Package Description net.anwiba.commons.http -
-
Uses of HttpServerException in net.anwiba.commons.http
Methods in net.anwiba.commons.http that throw HttpServerException Modifier and Type Method Description <T> TConvertingHttpRequestExecutor. execute(ICanceler cancelable, IRequest request, IApplicableResultProducer<T> resultProducer, IApplicableHttpResponseExceptionFactory... exceptionFactories)<T> TConvertingHttpRequestExecutor. execute(ICanceler cancelable, IRequest request, IApplicableResultProducer<T> resultProducer, IResultProducer<java.io.IOException> errorProducer)<T> TIConvertingHttpRequestExecutor. execute(ICanceler cancelable, IRequest request, IApplicableResultProducer<T> resultProducer, IApplicableHttpResponseExceptionFactory... exceptionFactories)<T> TIConvertingHttpRequestExecutor. execute(ICanceler cancelable, IRequest request, IApplicableResultProducer<T> resultProducer, IResultProducer<java.io.IOException> errorProducer)default <T> TIConvertingHttpRequestExecutor. execute(ICanceler cancelable, IRequest request, IResultProducer<T> resultProducer, IResultProducer<java.io.IOException> errorProducer)
-