Package io.micronaut.http.server.netty.ssl


package io.micronaut.http.server.netty.ssl
Netty SSL.
Since:
1.0
  • Class
    Description
    Base class for ServerSslBuilder implementations.
    The Netty implementation of SslBuilder that generates an SslContext to create a server handle with SSL support via user configuration.
    Factory for creating server-side Netty SSL context builders.
    The Netty implementation of SslBuilder that generates an SslContext to create a server handler with SSL support via a generated self-signed certificate.
    Interface that allows for different builder instances to be able to create the SSLContext supplied later to the micronaut http server.