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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
init
public JsseSslEngineFactory(javax.net.ssl.SSLContext sslContext)
public javax.net.ssl.SSLEngine newSslEngine(AsyncHttpClientConfig config, java.lang.String peerHost, int peerPort)
SslEngineFactory
SSLEngine
.config
- the client configpeerHost
- the peer hostnamepeerPort
- the peer portCopyright © 2018. All Rights Reserved.