Class SslReload


  • public class SslReload
    extends Object
    Provides the ability to modify an existing ssl factory with new configuration options.
    • Constructor Detail

      • SslReload

        public SslReload​(org.eclipse.jetty.util.ssl.SslContextFactory factory,
                         Consumer<org.eclipse.jetty.util.ssl.SslContextFactory> configurer)
    • Method Detail

      • reload

        public void reload​(org.eclipse.jetty.util.ssl.SslContextFactory factory)
                    throws Exception
        Throws:
        Exception
      • getFactory

        public org.eclipse.jetty.util.ssl.SslContextFactory getFactory()