Package io.micronaut.http.server.netty.ssl
Netty SSL.
- Since:
- 1.0
-
Interface Summary Interface Description ServerSslBuilder Interface that allows for different builder instances to be able to create an the SSLContext supplied later to the micronaut http server. -
Class Summary Class Description CertificateProvidedSslBuilder The Netty implementation ofSslBuilderthat generates anSslContextto create a server handle with SSL support via user configuration.HttpRequestCertificateHandler Adds the certificate to the decoded request.SelfSignedSslBuilder The Netty implementation ofSslBuilderthat generates anSslContextto create a server handler with SSL support via a generated self signed certificate.