Class WithSNISslEngineFactory

  • All Implemented Interfaces:
    org.asynchttpclient.SslEngineFactory

    public class WithSNISslEngineFactory
    extends org.asynchttpclient.netty.ssl.DefaultSslEngineFactory
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void configureSslEngine​(javax.net.ssl.SSLEngine sslEngine, org.asynchttpclient.AsyncHttpClientConfig config)  
      • Methods inherited from class org.asynchttpclient.netty.ssl.DefaultSslEngineFactory

        configureSslContextBuilder, destroy, init, newSslEngine
      • Methods inherited from class org.asynchttpclient.netty.ssl.SslEngineFactoryBase

        domain
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WithSNISslEngineFactory

        public WithSNISslEngineFactory​(java.lang.String host)
    • Method Detail

      • configureSslEngine

        protected void configureSslEngine​(javax.net.ssl.SSLEngine sslEngine,
                                          org.asynchttpclient.AsyncHttpClientConfig config)
        Overrides:
        configureSslEngine in class org.asynchttpclient.netty.ssl.SslEngineFactoryBase