public class FilterService extends Object implements org.jboss.msc.service.Service<FilterService>
Modifier and Type | Method and Description |
---|---|
io.undertow.server.HttpHandler |
createHttpHandler(io.undertow.predicate.Predicate predicate,
io.undertow.server.HttpHandler next) |
FilterService |
getValue() |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
public void start(org.jboss.msc.service.StartContext context) throws org.jboss.msc.service.StartException
start
in interface org.jboss.msc.service.Service<FilterService>
org.jboss.msc.service.StartException
public void stop(org.jboss.msc.service.StopContext context)
stop
in interface org.jboss.msc.service.Service<FilterService>
public io.undertow.server.HttpHandler createHttpHandler(io.undertow.predicate.Predicate predicate, io.undertow.server.HttpHandler next)
public FilterService getValue() throws IllegalStateException, IllegalArgumentException
getValue
in interface org.jboss.msc.value.Value<FilterService>
IllegalStateException
IllegalArgumentException
Copyright © 2018 JBoss by Red Hat. All rights reserved.