Class WithSNISslEngineFactory

java.lang.Object
org.asynchttpclient.netty.ssl.SslEngineFactoryBase
org.asynchttpclient.netty.ssl.DefaultSslEngineFactory
org.apache.pulsar.client.util.WithSNISslEngineFactory
All Implemented Interfaces:
org.asynchttpclient.SslEngineFactory

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    configureSslEngine(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 Details

    • WithSNISslEngineFactory

      public WithSNISslEngineFactory(String host)
  • Method Details

    • configureSslEngine

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