Package org.asynchttpclient.netty.ssl
Class JsseSslEngineFactory
- java.lang.Object
- 
- org.asynchttpclient.netty.ssl.SslEngineFactoryBase
- 
- org.asynchttpclient.netty.ssl.JsseSslEngineFactory
 
 
- 
- All Implemented Interfaces:
- SslEngineFactory
 
 public class JsseSslEngineFactory extends SslEngineFactoryBase 
- 
- 
Constructor SummaryConstructors Constructor Description JsseSslEngineFactory(SSLContext sslContext)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SSLEnginenewSslEngine(AsyncHttpClientConfig config, String peerHost, int peerPort)Creates a newSSLEngine.- 
Methods inherited from class org.asynchttpclient.netty.ssl.SslEngineFactoryBaseconfigureSslEngine, domain
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.asynchttpclient.SslEngineFactorydestroy, init
 
- 
 
- 
- 
- 
Constructor Detail- 
JsseSslEngineFactorypublic JsseSslEngineFactory(SSLContext sslContext) 
 
- 
 - 
Method Detail- 
newSslEnginepublic SSLEngine newSslEngine(AsyncHttpClientConfig config, String peerHost, int peerPort) Description copied from interface:SslEngineFactoryCreates a newSSLEngine.- Parameters:
- config- the client config
- peerHost- the peer hostname
- peerPort- the peer port
- Returns:
- new engine
 
 
- 
 
-