public class JsseSslEngineFactory extends SslEngineFactoryBase
| Constructor and Description |
|---|
JsseSslEngineFactory(javax.net.ssl.SSLContext sslContext) |
| Modifier and Type | Method and Description |
|---|---|
javax.net.ssl.SSLEngine |
newSslEngine(AsyncHttpClientConfig config,
java.lang.String peerHost,
int peerPort)
Creates new
SSLEngine. |
configureSslEngine, domainclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitpublic JsseSslEngineFactory(javax.net.ssl.SSLContext sslContext)
public javax.net.ssl.SSLEngine newSslEngine(AsyncHttpClientConfig config, java.lang.String peerHost, int peerPort)
SslEngineFactorySSLEngine.config - the client configpeerHost - the peer hostnamepeerPort - the peer portCopyright © 2018. All Rights Reserved.