Interface ServerSslBuilder
- All Known Implementing Classes:
AbstractServerSslBuilder
,CertificateProvidedSslBuilder
,SelfSignedSslBuilder
public interface ServerSslBuilder
Interface that allows for different builder instances to be able to create
the SSLContext supplied later to the micronaut http server.
-
Method Details
-
getSslConfiguration
ServerSslConfiguration getSslConfiguration()- Returns:
- The SSL configuration
-
build
Optional<io.netty.handler.ssl.SslContext> build()- Returns:
- Builds the SSL configuration wrapped inside an optional
-
buildQuic
-