public interface IObjectRequestExecutor<T> extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
T |
execute(ICanceler cancelable,
IRequest request) |
T execute(ICanceler cancelable, IRequest request) throws CanceledException, IOException
CanceledExceptionIOExceptionvoid close()
throws IOException
close in interface AutoCloseableIOExceptionCopyright © 2007–2019 Andreas W. Bartels. All rights reserved.