Interface SslContextProvider.SslContextGetter

  • Enclosing class:
    SslContextProvider

    protected static interface SslContextProvider.SslContextGetter
    Allows implementations to compute or get SslContext.
    • Method Detail

      • get

        io.netty.handler.ssl.SslContext get()
                                     throws java.lang.Exception
        Throws:
        java.lang.Exception