public class HttpListenerRegistryService extends Object implements org.jboss.msc.service.Service<io.undertow.server.ListenerRegistry>
Modifier and Type | Field and Description |
---|---|
static org.jboss.msc.service.ServiceName |
SERVICE_NAME |
Constructor and Description |
---|
HttpListenerRegistryService() |
Modifier and Type | Method and Description |
---|---|
io.undertow.server.ListenerRegistry |
getValue() |
static void |
install(org.jboss.msc.service.ServiceTarget serviceTarget) |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
public static void install(org.jboss.msc.service.ServiceTarget serviceTarget)
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.ListenerRegistry>
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.ListenerRegistry>
public io.undertow.server.ListenerRegistry getValue() throws IllegalStateException, IllegalArgumentException
getValue
in interface org.jboss.msc.value.Value<io.undertow.server.ListenerRegistry>
IllegalStateException
IllegalArgumentException
Copyright © 2023 JBoss by Red Hat. All rights reserved.