Package org.asynchttpclient.netty.ssl
Class SslEngineFactoryBase
- java.lang.Object
- 
- org.asynchttpclient.netty.ssl.SslEngineFactoryBase
 
- 
- All Implemented Interfaces:
- SslEngineFactory
 - Direct Known Subclasses:
- DefaultSslEngineFactory,- JsseSslEngineFactory
 
 public abstract class SslEngineFactoryBase extends Object implements SslEngineFactory 
- 
- 
Constructor SummaryConstructors Constructor Description SslEngineFactoryBase()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidconfigureSslEngine(SSLEngine sslEngine, AsyncHttpClientConfig config)protected Stringdomain(String hostname)- 
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, newSslEngine
 
- 
 
- 
- 
- 
Method Detail- 
configureSslEngineprotected void configureSslEngine(SSLEngine sslEngine, AsyncHttpClientConfig config) 
 
- 
 
-