V - protected abstract static class HttpRequest.CloseOperation<V> extends HttpRequest.Operation<V>
Closeable gets closed with proper exception
handling.| Modifier | Constructor and Description |
|---|---|
protected |
CloseOperation(Closeable closeable,
boolean ignoreCloseExceptions)
Create closer for operation
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
done()
Operation complete callback
|
call, runprotected CloseOperation(Closeable closeable, boolean ignoreCloseExceptions)
closeable - ignoreCloseExceptions - protected void done()
throws IOException
HttpRequest.Operationdone in class HttpRequest.Operation<V>IOExceptionCopyright © 2011-2015. All Rights Reserved.