V - protected abstract static class HttpRequest.Operation<V> extends Object implements Callable<V>
| Modifier | Constructor and Description |
|---|---|
protected |
Operation() |
| Modifier and Type | Method and Description |
|---|---|
V |
call() |
protected abstract void |
done()
Operation complete callback
|
protected abstract V |
run()
Run operation
|
protected abstract V run() throws HttpRequest.HttpRequestException, IOException
HttpRequest.HttpRequestExceptionIOExceptionprotected abstract void done()
throws IOException
IOExceptionpublic V call() throws HttpRequest.HttpRequestException
call in interface Callable<V>HttpRequest.HttpRequestExceptionCopyright © 2011-2015. All Rights Reserved.