Package io.javalin.community.ssl
Class SslPlugin
-
- All Implemented Interfaces:
public final class SslPlugin extends Plugin<SslConfig>
Plugin to add SSL support to Javalin. The configuration is done via the Consumer<SslConfig> passed to the constructor. The plugin will add the connectors to the server and apply the necessary handlers.
If you want to reload the SSLContextFactory, you can call the reload method, by keeping a reference to the plugin instance.