| 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  SslBuilderthat generates anSslContextto create a server handle with
 SSL support via user configuration. | 
| HttpRequestCertificateHandler | Adds the certificate to the decoded request. | 
| SelfSignedSslBuilder | The Netty implementation of  SslBuilderthat generates anSslContextto create a server handler
 with SSL support via a generated self signed certificate. |