Class HandlerService
- java.lang.Object
-
- org.wildfly.extension.undertow.handlers.HandlerService
-
- All Implemented Interfaces:
org.jboss.msc.Service,org.jboss.msc.service.Service<io.undertow.server.HttpHandler>,org.jboss.msc.value.Value<io.undertow.server.HttpHandler>
public final class HandlerService extends Object implements org.jboss.msc.service.Service<io.undertow.server.HttpHandler>
- Author:
- Tomaz Cerar (c) 2013 Red Hat Inc., Richard Opalka
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.undertow.server.HttpHandlergetValue()voidstart(org.jboss.msc.service.StartContext context)voidstop(org.jboss.msc.service.StopContext context)
-
-
-
Method Detail
-
start
public void start(org.jboss.msc.service.StartContext context)
- Specified by:
startin interfaceorg.jboss.msc.Service
-
stop
public void stop(org.jboss.msc.service.StopContext context)
- Specified by:
stopin interfaceorg.jboss.msc.Service
-
getValue
public io.undertow.server.HttpHandler getValue() throws IllegalStateException, IllegalArgumentException- Specified by:
getValuein interfaceorg.jboss.msc.value.Value<io.undertow.server.HttpHandler>- Throws:
IllegalStateExceptionIllegalArgumentException
-
-