public interface SslEngineFactory
Modifier and Type | Method and Description |
---|---|
SSLEngine |
newSslEngine(AsyncHttpClientConfig config,
String peerHost,
int peerPort)
Creates new
SSLEngine . |
SSLEngine newSslEngine(AsyncHttpClientConfig config, String peerHost, int peerPort)
SSLEngine
.config
- the client configpeerHost
- the peer hostnamepeerPort
- the peer portCopyright © 2015. All Rights Reserved.