public interface IHttpRequestExecutor extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
IResponse |
execute(ICanceler cancelable,
IRequest request) |
IResponse execute(ICanceler cancelable, IRequest request) throws InterruptedException, IOException
InterruptedExceptionIOExceptionvoid close()
throws IOException
close in interface AutoCloseableIOExceptionCopyright © 2007–2018 Andreas W. Bartels. All rights reserved.