public class FilterRef extends Object implements org.jboss.msc.service.Service<FilterRef>, UndertowFilter
| Constructor and Description |
|---|
FilterRef(io.undertow.predicate.Predicate predicate,
int priority) |
| Modifier and Type | Method and Description |
|---|---|
io.undertow.server.HttpHandler |
createHttpHandler(io.undertow.server.HttpHandler next) |
io.undertow.predicate.Predicate |
getPredicate() |
int |
getPriority() |
FilterRef |
getValue() |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
io.undertow.server.HttpHandler |
wrap(io.undertow.server.HttpHandler handler) |
public FilterRef(io.undertow.predicate.Predicate predicate,
int priority)
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.server.HttpHandler next)
public io.undertow.predicate.Predicate getPredicate()
public int getPriority()
getPriority in interface UndertowFilterpublic FilterRef getValue() throws IllegalStateException
getValue in interface org.jboss.msc.value.Value<FilterRef>IllegalStateExceptionpublic io.undertow.server.HttpHandler wrap(io.undertow.server.HttpHandler handler)
wrap in interface io.undertow.server.HandlerWrapperCopyright © 2018 JBoss by Red Hat. All rights reserved.