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