public class PaxWebWebSocketsServletContainerInitializer extends Object implements javax.servlet.ServletContainerInitializer, org.ops4j.pax.web.service.spi.model.elements.ContainerInitializerModelAware
ServletContainerInitializer that can use existing
ContainerInitializerModel and
WebSocketModel to register WebSocket endpoints in previously
configured ServerContainer.| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
LOG |
| Constructor and Description |
|---|
PaxWebWebSocketsServletContainerInitializer() |
| Modifier and Type | Method and Description |
|---|---|
org.ops4j.pax.web.service.spi.model.elements.ContainerInitializerModel |
getContainerInitializerModel() |
void |
onStartup(Set<Class<?>> c,
javax.servlet.ServletContext ctx) |
void |
setContainerInitializerModel(org.ops4j.pax.web.service.spi.model.elements.ContainerInitializerModel model) |
public PaxWebWebSocketsServletContainerInitializer()
public void onStartup(Set<Class<?>> c, javax.servlet.ServletContext ctx) throws javax.servlet.ServletException
onStartup in interface javax.servlet.ServletContainerInitializerjavax.servlet.ServletExceptionpublic void setContainerInitializerModel(org.ops4j.pax.web.service.spi.model.elements.ContainerInitializerModel model)
setContainerInitializerModel in interface org.ops4j.pax.web.service.spi.model.elements.ContainerInitializerModelAwarepublic org.ops4j.pax.web.service.spi.model.elements.ContainerInitializerModel getContainerInitializerModel()
getContainerInitializerModel in interface org.ops4j.pax.web.service.spi.model.elements.ContainerInitializerModelAwareCopyright © 2006–2024 OPS4J - Open Participation Software for Java. All rights reserved.