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.Serviceorg.jboss.msc.service.StartExceptionpublic void stop(org.jboss.msc.service.StopContext context)
stop in interface org.jboss.msc.Servicepublic 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>IllegalStateExceptionIllegalArgumentExceptionCopyright © 2021 JBoss by Red Hat. All rights reserved.