Interface ServerSslBuilder

  • All Known Implementing Classes:
    CertificateProvidedSslBuilder, SelfSignedSslBuilder

    public interface ServerSslBuilder
    Interface that allows for different builder instances to be able to create an the SSLContext supplied later to the micronaut http server.
    • Method Detail

      • getSslConfiguration

        io.micronaut.http.ssl.ServerSslConfiguration getSslConfiguration()
        Returns:
        The SSL configuration
      • build

        java.util.Optional<io.netty.handler.ssl.SslContext> build()
        Returns:
        Builds the SSL configuration wrapped inside an optional