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


package io.micronaut.http.server.netty.ssl
Netty SSL.
Since:
1.0
Author:
Graeme Rocher
  • Class
    Description
    The Netty implementation of SslBuilder that generates an SslContext to create a server handle with SSL support via user configuration.
    Adds the certificate to the decoded request.
    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 an the SSLContext supplied later to the micronaut http server.