Class SslContextAutoLoader

java.lang.Object
io.micronaut.http.netty.SslContextAutoLoader

@Internal public abstract class SslContextAutoLoader extends Object
Automatically loads and refreshes Netty SSL contexts from configured CertificateProviders. Subclasses supply the configuration, transport (TCP vs QUIC), and builder factory. This class subscribes to keystore/truststore publishers and swaps the active SslContextHolder when updates arrive, taking care of Netty reference counting.
Since:
4.10.0
Author:
Jonas Konrad
  • Constructor Details

    • SslContextAutoLoader

      protected SslContextAutoLoader(org.slf4j.Logger log)
      Create a new auto-loader.
      Parameters:
      log - logger used to report initialization failures
  • Method Details