Class HttpRequest.Operation<V>
java.lang.Object
com.github.kevinsawicki.http.HttpRequest.Operation<V>
- Type Parameters:
V-
- All Implemented Interfaces:
Callable<V>
- Direct Known Subclasses:
HttpRequest.CloseOperation, HttpRequest.FlushOperation
- Enclosing class:
HttpRequest
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Operation
protected Operation()
-
-
Method Details
-
run
Run operation- Returns:
- result
- Throws:
HttpRequest.HttpRequestExceptionIOException
-
done
-
call
- Specified by:
callin interfaceCallable<V>- Throws:
HttpRequest.HttpRequestException
-