public class JsseSslEngineFactory extends SslEngineFactoryBase
| Constructor and Description |
|---|
JsseSslEngineFactory(SSLContext sslContext) |
| Modifier and Type | Method and Description |
|---|---|
SSLEngine |
newSslEngine(AsyncHttpClientConfig config,
String peerHost,
int peerPort)
Creates new
SSLEngine. |
configureSslEnginepublic JsseSslEngineFactory(SSLContext sslContext)
public SSLEngine newSslEngine(AsyncHttpClientConfig config, String peerHost, int peerPort)
SslEngineFactorySSLEngine.config - the client configpeerHost - the peer hostnamepeerPort - the peer portCopyright © 2016. All Rights Reserved.