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
-
Field Summary
Fields inherited from interface org.jboss.msc.service.Service
NULL -
Method Summary
-
Method Details
-
start
public void start(org.jboss.msc.service.StartContext context) throws org.jboss.msc.service.StartException - Specified by:
startin interfaceorg.jboss.msc.Service- Throws:
org.jboss.msc.service.StartException
-
stop
public void stop(org.jboss.msc.service.StopContext context) - Specified by:
stopin interfaceorg.jboss.msc.Service
-
getPriority
public int getPriority()- Specified by:
getPriorityin interfaceUndertowFilter
-
getValue
- Specified by:
getValuein interfaceorg.jboss.msc.value.Value<UndertowFilter>
-
wrap
public io.undertow.server.HttpHandler wrap(io.undertow.server.HttpHandler next) - Specified by:
wrapin interfaceio.undertow.server.HandlerWrapper
-