com.atlassian.httpclient.apache.httpcomponents
Class DefaultHttpClient<C>
java.lang.Object
com.atlassian.httpclient.base.AbstractHttpClient
com.atlassian.httpclient.apache.httpcomponents.DefaultHttpClient<C>
- All Implemented Interfaces:
- HttpClient, org.springframework.beans.factory.DisposableBean
public final class DefaultHttpClient<C>
- extends AbstractHttpClient
- implements HttpClient, org.springframework.beans.factory.DisposableBean
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultHttpClient
public DefaultHttpClient(com.atlassian.event.api.EventPublisher eventPublisher,
com.atlassian.sal.api.ApplicationProperties applicationProperties,
ThreadLocalContextManager<C> threadLocalContextManager)
DefaultHttpClient
public DefaultHttpClient(com.atlassian.event.api.EventPublisher eventPublisher,
com.atlassian.sal.api.ApplicationProperties applicationProperties,
ThreadLocalContextManager<C> threadLocalContextManager,
HttpClientOptions options)
execute
public final ResponsePromise execute(DefaultRequest request)
- Specified by:
execute in class AbstractHttpClient
destroy
public void destroy()
throws java.lang.Exception
- Specified by:
destroy in interface org.springframework.beans.factory.DisposableBean
- Throws:
java.lang.Exception
flushCacheByUriPattern
public void flushCacheByUriPattern(java.util.regex.Pattern urlPattern)
- Specified by:
flushCacheByUriPattern in interface HttpClient
Copyright © 2012-2013 Atlassian. All Rights Reserved.