Interface SslContextProvider.SslContextGetter

Enclosing class:
SslContextProvider

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

    Modifier and Type
    Method
    Description
    io.netty.handler.ssl.SslContext
    get()
     
  • Method Details