public class HandlerService extends Object implements org.jboss.msc.service.Service<io.undertow.server.HttpHandler>
Constructor and Description |
---|
HandlerService(io.undertow.server.HttpHandler httpHandler,
String name) |
Modifier and Type | Method and Description |
---|---|
org.jboss.msc.value.InjectedValue<org.wildfly.extension.requestcontroller.RequestController> |
getRequestControllerInjectedValue() |
io.undertow.server.HttpHandler |
getValue() |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
public HandlerService(io.undertow.server.HttpHandler httpHandler, String name)
public void start(org.jboss.msc.service.StartContext context) throws org.jboss.msc.service.StartException
start
in interface org.jboss.msc.service.Service<io.undertow.server.HttpHandler>
org.jboss.msc.service.StartException
public void stop(org.jboss.msc.service.StopContext context)
stop
in interface org.jboss.msc.service.Service<io.undertow.server.HttpHandler>
public io.undertow.server.HttpHandler getValue() throws IllegalStateException, IllegalArgumentException
getValue
in interface org.jboss.msc.value.Value<io.undertow.server.HttpHandler>
IllegalStateException
IllegalArgumentException
public org.jboss.msc.value.InjectedValue<org.wildfly.extension.requestcontroller.RequestController> getRequestControllerInjectedValue()
Copyright © 2017 JBoss by Red Hat. All rights reserved.