Interface ServerSslBuilder
-
- All Known Implementing Classes:
CertificateProvidedSslBuilder,SelfSignedSslBuilder
public interface ServerSslBuilderInterface that allows for different builder instances to be able to create an the SSLContext supplied later to the micronaut http server.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Optional<io.netty.handler.ssl.SslContext>build()io.micronaut.http.ssl.ServerSslConfigurationgetSslConfiguration()
-