Class HttpRequest.FlushOperation<V>

java.lang.Object
com.github.kevinsawicki.http.HttpRequest.Operation<V>
com.github.kevinsawicki.http.HttpRequest.FlushOperation<V>
Type Parameters:
V -
All Implemented Interfaces:
Callable<V>
Enclosing class:
HttpRequest

protected abstract static class HttpRequest.FlushOperation<V> extends HttpRequest.Operation<V>
Class that and ensures a Flushable gets flushed with proper exception handling.