public abstract class ForwardingHttpClient extends com.google.common.collect.ForwardingObject implements HttpClient
| Modifier | Constructor and Description |
|---|---|
protected |
ForwardingHttpClient()
Constructor for use by subclasses.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract HttpClient |
delegate() |
com.atlassian.util.concurrent.Promise<Response> |
execute(Request request)
Executes this request through the
HttpClient service. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitbuildersnewRequest, newRequest, newRequest, newRequest, newRequestprotected ForwardingHttpClient()
protected abstract HttpClient delegate()
delegate in class com.google.common.collect.ForwardingObjectpublic com.atlassian.util.concurrent.Promise<Response> execute(Request request)
HttpClientHttpClient service.execute in interface HttpClientCopyright © 2012-2013 Atlassian. All Rights Reserved.