Package 

Class SslRedirectPlugin

  • All Implemented Interfaces:
    io.javalin.plugin.Plugin

    
    public final class SslRedirectPlugin
     implements Plugin
                        

    SslRedirectPlugin has to be the first registered plugin to properly handle all requests in 'before' handler.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Unit apply(Javalin app)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SslRedirectPlugin

        SslRedirectPlugin()