Class MarkSecureHandler

  • All Implemented Interfaces:
    io.undertow.server.HttpHandler

    public class MarkSecureHandler
    extends java.lang.Object
    implements io.undertow.server.HttpHandler
    Handler that marks a request as secure, regardless of the underlying protocol.
    Author:
    Stuart Douglas
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static io.undertow.server.HandlerWrapper WRAPPER  
    • Constructor Summary

      Constructors 
      Constructor Description
      MarkSecureHandler​(io.undertow.server.HttpHandler next)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handleRequest​(io.undertow.server.HttpServerExchange exchange)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • WRAPPER

        public static final io.undertow.server.HandlerWrapper WRAPPER
    • Constructor Detail

      • MarkSecureHandler

        public MarkSecureHandler​(io.undertow.server.HttpHandler next)
    • Method Detail

      • handleRequest

        public void handleRequest​(io.undertow.server.HttpServerExchange exchange)
                           throws java.lang.Exception
        Specified by:
        handleRequest in interface io.undertow.server.HttpHandler
        Throws:
        java.lang.Exception
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object