Class FilterService

java.lang.Object
org.wildfly.extension.undertow.filters.FilterService
All Implemented Interfaces:
io.undertow.server.HandlerWrapper, org.jboss.msc.Service, org.jboss.msc.service.Service<UndertowFilter>, org.jboss.msc.value.Value<UndertowFilter>, UndertowFilter

public class FilterService extends Object implements org.jboss.msc.service.Service<UndertowFilter>, UndertowFilter
Author:
Tomaz Cerar (c) 2014 Red Hat Inc., Richard Opalka
  • Method Details

    • 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
      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
    • getPriority

      public int getPriority()
      Specified by:
      getPriority in interface UndertowFilter
    • getValue

      public UndertowFilter getValue()
      Specified by:
      getValue in interface org.jboss.msc.value.Value<UndertowFilter>
    • wrap

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