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 | Description |
---|---|
CertificateProvidedSslBuilder |
The Netty implementation of
SslBuilder that generates an SslContext to create a server handle with
SSL support via user configuration. |
SelfSignedSslBuilder |
The Netty implementation of
SslBuilder that generates an SslContext to create a server handler
with to SSL support via a generated self signed certificate. |