public interface IConvertingHttpRequestExecutor
| Modifier and Type | Method and Description |
|---|---|
<T> T |
execute(ICanceler cancelable,
IRequest request,
IResultProducer<T> resultProducer,
IApplicableHttpResponseExceptionFactory... exceptionFactories) |
<T> T |
execute(ICanceler cancelable,
IRequest request,
IResultProducer<T> resultProducer,
IResultProducer<IOException> errorProducer) |
<T> T execute(ICanceler cancelable, IRequest request, IResultProducer<T> resultProducer, IApplicableHttpResponseExceptionFactory... exceptionFactories) throws InterruptedException, HttpServerException, HttpRequestException, IOException
<T> T execute(ICanceler cancelable, IRequest request, IResultProducer<T> resultProducer, IResultProducer<IOException> errorProducer) throws InterruptedException, HttpServerException, HttpRequestException, IOException
Copyright © 2007–2017 Andreas W. Bartels. All rights reserved.