Interface SSLEngineConfigurator

  • All Known Implementing Classes:
    DefaultSSLEngineConfigurator

    public interface SSLEngineConfigurator
    Gives the chance to configure the SSLContext before it is going to be used. The passed in context will be already set in client mode and provided with hostInfo during initialization.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      javax.net.ssl.SSLEngine configure​(javax.net.ssl.SSLEngine engine, javax.net.ssl.SSLContext sslContext)  
    • Method Detail

      • configure

        javax.net.ssl.SSLEngine configure​(javax.net.ssl.SSLEngine engine,
                                          javax.net.ssl.SSLContext sslContext)