public final class LocationService extends Object implements org.jboss.msc.service.Service<LocationService>, FilterLocation
| Modifier and Type | Method and Description |
|---|---|
void |
addFilter(UndertowFilter filterRef) |
protected static io.undertow.server.HttpHandler |
configureHandlerChain(io.undertow.server.HttpHandler rootHandler,
List<UndertowFilter> filters) |
LocationService |
getValue() |
void |
removeFilter(UndertowFilter filterRef) |
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)
start in interface org.jboss.msc.Servicepublic void stop(org.jboss.msc.service.StopContext context)
stop in interface org.jboss.msc.Servicepublic LocationService getValue() throws IllegalStateException, IllegalArgumentException
getValue in interface org.jboss.msc.value.Value<LocationService>IllegalStateExceptionIllegalArgumentExceptionprotected static io.undertow.server.HttpHandler configureHandlerChain(io.undertow.server.HttpHandler rootHandler,
List<UndertowFilter> filters)
public void addFilter(UndertowFilter filterRef)
addFilter in interface FilterLocationpublic void removeFilter(UndertowFilter filterRef)
removeFilter in interface FilterLocationCopyright © 2021 JBoss by Red Hat. All rights reserved.