public final class DefaultHttpClient<C> extends AbstractHttpClient implements HttpClient, org.springframework.beans.factory.DisposableBean
| Constructor and Description |
|---|
DefaultHttpClient(com.atlassian.event.api.EventPublisher eventPublisher,
com.atlassian.sal.api.ApplicationProperties applicationProperties,
ThreadLocalContextManager<C> threadLocalContextManager) |
DefaultHttpClient(com.atlassian.event.api.EventPublisher eventPublisher,
com.atlassian.sal.api.ApplicationProperties applicationProperties,
ThreadLocalContextManager<C> threadLocalContextManager,
HttpClientOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
ResponsePromise |
execute(DefaultRequest request) |
void |
flushCacheByUriPattern(java.util.regex.Pattern urlPattern) |
newRequest, newRequest, newRequest, newRequest, newRequestclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnewRequest, newRequest, newRequest, newRequest, newRequestpublic DefaultHttpClient(com.atlassian.event.api.EventPublisher eventPublisher,
com.atlassian.sal.api.ApplicationProperties applicationProperties,
ThreadLocalContextManager<C> threadLocalContextManager)
public DefaultHttpClient(com.atlassian.event.api.EventPublisher eventPublisher,
com.atlassian.sal.api.ApplicationProperties applicationProperties,
ThreadLocalContextManager<C> threadLocalContextManager,
HttpClientOptions options)
public final ResponsePromise execute(DefaultRequest request)
execute in class AbstractHttpClientpublic void destroy()
throws java.lang.Exception
destroy in interface org.springframework.beans.factory.DisposableBeanjava.lang.Exceptionpublic void flushCacheByUriPattern(java.util.regex.Pattern urlPattern)
flushCacheByUriPattern in interface HttpClientCopyright © 2012-2013 Atlassian. All Rights Reserved.