public class ConvertingHttpRequestExecutor extends Object
| Constructor and Description |
|---|
ConvertingHttpRequestExecutor(IHttpRequestExecutor httpRequestExecutor) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
execute(net.anwiba.commons.process.cancel.ICanceler cancelable,
net.anwiba.commons.lang.functional.IClosure<IRequest,net.anwiba.commons.lang.exception.CreationException> requestFactory,
IResultProducer<T> resultProducer,
IHttpResponseExceptionFactory... exceptionFactories) |
<T> T |
execute(net.anwiba.commons.process.cancel.ICanceler cancelable,
net.anwiba.commons.lang.functional.IClosure<IRequest,net.anwiba.commons.lang.exception.CreationException> requestFactory,
IResultProducer<T> resultProducer,
IResultProducer<IOException> errorProducer) |
public ConvertingHttpRequestExecutor(IHttpRequestExecutor httpRequestExecutor)
public <T> T execute(net.anwiba.commons.process.cancel.ICanceler cancelable,
net.anwiba.commons.lang.functional.IClosure<IRequest,net.anwiba.commons.lang.exception.CreationException> requestFactory,
IResultProducer<T> resultProducer,
IHttpResponseExceptionFactory... exceptionFactories)
throws InterruptedException,
HttpServerException,
HttpRequestException,
IOException
public <T> T execute(net.anwiba.commons.process.cancel.ICanceler cancelable,
net.anwiba.commons.lang.functional.IClosure<IRequest,net.anwiba.commons.lang.exception.CreationException> requestFactory,
IResultProducer<T> resultProducer,
IResultProducer<IOException> errorProducer)
throws InterruptedException,
HttpServerException,
HttpRequestException,
IOException
Copyright © 2007–2017 Andreas W. Bartels. All rights reserved.