Package io.dropwizard.jetty
Class SslReload
java.lang.Object
io.dropwizard.jetty.SslReload
Provides the ability to modify an existing SSL factory with new configuration options.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.jetty.util.ssl.SslContextFactory
void
reload()
void
Perform a mock configuration reload
-
Constructor Details
-
SslReload
public SslReload(org.eclipse.jetty.util.ssl.SslContextFactory factory, Consumer<org.eclipse.jetty.util.ssl.SslContextFactory> configurer)
-
-
Method Details