public abstract class ContainerProvider
extends java.lang.Object
Constructor and Description |
---|
ContainerProvider() |
Modifier and Type | Method and Description |
---|---|
protected abstract WebSocketContainer |
getContainer()
Create a new instance of the the WebSocket container implementation.
|
static WebSocketContainer |
getWebSocketContainer()
Obtain a new instance of a WebSocketContainer.
|
public static WebSocketContainer getWebSocketContainer()
null
.protected abstract WebSocketContainer getContainer()