public class WebSocketContainerService extends Object implements org.jboss.msc.service.Service<io.undertow.websockets.jsr.WebSocketDeploymentInfo>
Modifier and Type | Field and Description |
---|---|
static org.jboss.msc.service.ServiceName |
SERVICE_NAME |
Constructor and Description |
---|
WebSocketContainerService(io.undertow.websockets.jsr.WebSocketDeploymentInfo webSocketDeploymentInfo) |
Modifier and Type | Method and Description |
---|---|
org.jboss.msc.value.InjectedValue<org.xnio.Pool> |
getInjectedBuffer() |
io.undertow.websockets.jsr.WebSocketDeploymentInfo |
getValue() |
org.jboss.msc.value.InjectedValue<org.xnio.XnioWorker> |
getXnioWorker() |
void |
start(org.jboss.msc.service.StartContext startContext) |
void |
stop(org.jboss.msc.service.StopContext stopContext) |
public WebSocketContainerService(io.undertow.websockets.jsr.WebSocketDeploymentInfo webSocketDeploymentInfo)
public void start(org.jboss.msc.service.StartContext startContext) throws org.jboss.msc.service.StartException
start
in interface org.jboss.msc.service.Service<io.undertow.websockets.jsr.WebSocketDeploymentInfo>
org.jboss.msc.service.StartException
public void stop(org.jboss.msc.service.StopContext stopContext)
stop
in interface org.jboss.msc.service.Service<io.undertow.websockets.jsr.WebSocketDeploymentInfo>
public io.undertow.websockets.jsr.WebSocketDeploymentInfo getValue() throws IllegalStateException, IllegalArgumentException
getValue
in interface org.jboss.msc.value.Value<io.undertow.websockets.jsr.WebSocketDeploymentInfo>
IllegalStateException
IllegalArgumentException
public org.jboss.msc.value.InjectedValue<org.xnio.Pool> getInjectedBuffer()
public org.jboss.msc.value.InjectedValue<org.xnio.XnioWorker> getXnioWorker()
Copyright © 2015 JBoss by Red Hat. All rights reserved.