Class MarkSecureHandler.Wrapper

  • All Implemented Interfaces:
    io.undertow.server.HandlerWrapper
    Enclosing class:
    MarkSecureHandler

    public static class MarkSecureHandler.Wrapper
    extends java.lang.Object
    implements io.undertow.server.HandlerWrapper
    • Constructor Summary

      Constructors 
      Constructor Description
      Wrapper()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.undertow.server.HttpHandler wrap​(io.undertow.server.HttpHandler handler)  
      • Methods inherited from class java.lang.Object

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

      • Wrapper

        public Wrapper()
    • Method Detail

      • wrap

        public io.undertow.server.HttpHandler wrap​(io.undertow.server.HttpHandler handler)
        Specified by:
        wrap in interface io.undertow.server.HandlerWrapper