public class SslReload extends Object
| Constructor and Description |
|---|
SslReload(org.eclipse.jetty.util.ssl.SslContextFactory factory,
Consumer<org.eclipse.jetty.util.ssl.SslContextFactory> configurer) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.jetty.util.ssl.SslContextFactory |
getFactory() |
void |
reload() |
void |
reload(org.eclipse.jetty.util.ssl.SslContextFactory factory)
Deprecated.
Use #reload() or #reloadDryRun() instead.
|
void |
reloadDryRun()
Perform a mock configuration reload
|
public SslReload(org.eclipse.jetty.util.ssl.SslContextFactory factory,
Consumer<org.eclipse.jetty.util.ssl.SslContextFactory> configurer)
@Deprecated public void reload(org.eclipse.jetty.util.ssl.SslContextFactory factory) throws Exception
SslContextFactory's configurationExceptionpublic void reloadDryRun()
throws Exception
Exception - if the reload failed, e.g. due to invalid configurationpublic org.eclipse.jetty.util.ssl.SslContextFactory getFactory()
Copyright © 2023. All rights reserved.