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