public class HttpClientConfiguration extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
HTTP_CLIENT_CONFIG_FACTORY_PID |
static String |
HTTP_CLIENT_CONFIG_NAME |
protected static String |
ORIGINAL_CLIENT_BUILDER_FACTORY_SERVICE_PID |
| Constructor and Description |
|---|
HttpClientConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
activate(org.osgi.framework.BundleContext ctx,
Map<String,Object> conf) |
protected void |
bindHttpClientBuilderFactory(org.apache.http.osgi.services.HttpClientBuilderFactory factory) |
protected void |
deactivate() |
protected Hashtable<String,Object> |
prepareConfiguration(Hashtable<String,Object> properties) |
protected void |
unbindHttpClientBuilderFactory(org.apache.http.osgi.services.HttpClientBuilderFactory factory) |
public static final String HTTP_CLIENT_CONFIG_FACTORY_PID
public static final String HTTP_CLIENT_CONFIG_NAME
protected static final String ORIGINAL_CLIENT_BUILDER_FACTORY_SERVICE_PID
protected void bindHttpClientBuilderFactory(org.apache.http.osgi.services.HttpClientBuilderFactory factory)
protected void unbindHttpClientBuilderFactory(org.apache.http.osgi.services.HttpClientBuilderFactory factory)
protected void deactivate()
Copyright © 2017 Code Distillery. All rights reserved.