public class Activator
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PLUGIN_ID |
static java.lang.String |
USE_SHARED_CLIENT |
| Constructor and Description |
|---|
Activator()
The constructor
|
| Modifier and Type | Method and Description |
|---|---|
CloseableHttpClient |
getBrowseHttpClient() |
BundleContext |
getContext() |
static Activator |
getDefault()
Returns the shared instance
|
IHttpClientFactory |
getHttpClientFactory() |
INTLMProxyHandler |
getNTLMProxyHandler() |
CloseableHttpClient |
getRetrieveHttpClient() |
javax.net.ssl.SSLSocketFactory |
getSSLSocketFactory() |
boolean |
isUseSharedClient() |
void |
log(IStatus status) |
static void |
logNoProxyWarning(java.lang.Throwable e) |
protected <T> T |
runModifiers(T value,
ECFHttpClientFactory.ModifierRunner<T> modifierRunner) |
void |
start(BundleContext ctxt) |
void |
stop(BundleContext ctxt) |
public static final java.lang.String PLUGIN_ID
public static final java.lang.String USE_SHARED_CLIENT
public BundleContext getContext()
public void start(BundleContext ctxt)
throws java.lang.Exception
java.lang.Exceptionpublic void stop(BundleContext ctxt)
throws java.lang.Exception
java.lang.Exceptionpublic static Activator getDefault()
public boolean isUseSharedClient()
public void log(IStatus status)
public javax.net.ssl.SSLSocketFactory getSSLSocketFactory()
public INTLMProxyHandler getNTLMProxyHandler()
public IHttpClientFactory getHttpClientFactory()
public CloseableHttpClient getBrowseHttpClient()
public CloseableHttpClient getRetrieveHttpClient()
public static void logNoProxyWarning(java.lang.Throwable e)
protected <T> T runModifiers(T value,
ECFHttpClientFactory.ModifierRunner<T> modifierRunner)