Package net.anwiba.commons.http
Interface IObjectRequestExecutor<T>
-
- All Superinterfaces:
java.lang.AutoCloseable
public interface IObjectRequestExecutor<T> extends java.lang.AutoCloseable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()Texecute(ICanceler cancelable, IRequest request)
-
-
-
Method Detail
-
execute
T execute(ICanceler cancelable, IRequest request) throws CanceledException, java.io.IOException
- Throws:
CanceledExceptionjava.io.IOException
-
close
void close() throws java.io.IOException- Specified by:
closein interfacejava.lang.AutoCloseable- Throws:
java.io.IOException
-
-