public class HttpClientInit extends Object
| Constructor and Description |
|---|
HttpClientInit() |
| Modifier and Type | Method and Description |
|---|---|
static org.jboss.netty.bootstrap.ClientBootstrap |
createBootstrap(com.metamx.common.lifecycle.Lifecycle lifecycle)
Deprecated.
|
static org.jboss.netty.bootstrap.ClientBootstrap |
createBootstrap(com.metamx.common.lifecycle.Lifecycle lifecycle,
org.jboss.netty.util.Timer timer) |
static HttpClient |
createClient(HttpClientConfig config,
com.metamx.common.lifecycle.Lifecycle lifecycle) |
static HttpClient |
createClient(ResourcePoolConfig config,
SSLContext sslContext,
com.metamx.common.lifecycle.Lifecycle lifecycle)
Deprecated.
|
static SSLContext |
sslContextWithTrustedKeyStore(String keyStorePath,
String keyStorePassword) |
public static HttpClient createClient(HttpClientConfig config, com.metamx.common.lifecycle.Lifecycle lifecycle)
@Deprecated public static HttpClient createClient(ResourcePoolConfig config, SSLContext sslContext, com.metamx.common.lifecycle.Lifecycle lifecycle)
public static org.jboss.netty.bootstrap.ClientBootstrap createBootstrap(com.metamx.common.lifecycle.Lifecycle lifecycle,
org.jboss.netty.util.Timer timer)
@Deprecated public static org.jboss.netty.bootstrap.ClientBootstrap createBootstrap(com.metamx.common.lifecycle.Lifecycle lifecycle)
public static SSLContext sslContextWithTrustedKeyStore(String keyStorePath, String keyStorePassword)
Copyright © 2015. All rights reserved.