Class FilterRef

    • Method Detail

      • start

        public void start​(org.jboss.msc.service.StartContext context)
                   throws org.jboss.msc.service.StartException
        Specified by:
        start in interface org.jboss.msc.Service
        Specified by:
        start in interface org.jboss.msc.service.Service<FilterRef>
        Throws:
        org.jboss.msc.service.StartException
      • stop

        public void stop​(org.jboss.msc.service.StopContext context)
        Specified by:
        stop in interface org.jboss.msc.Service
        Specified by:
        stop in interface org.jboss.msc.service.Service<FilterRef>
      • createHttpHandler

        public io.undertow.server.HttpHandler createHttpHandler​(io.undertow.server.HttpHandler next)
      • getPredicate

        public io.undertow.predicate.Predicate getPredicate()
      • wrap

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