public abstract class ContainerProvider
extends java.lang.Object
ServiceLoader mechanism to provide instances of the WebSocket
client container.| Constructor | Description |
|---|---|
ContainerProvider() |
| Modifier and Type | Method | Description |
|---|---|---|
protected abstract WebSocketContainer |
getContainer() |
|
static WebSocketContainer |
getWebSocketContainer() |
Create a new container used to create outgoing WebSocket connections.
|
public static WebSocketContainer getWebSocketContainer()
protected abstract WebSocketContainer getContainer()
Copyright © 2000-2016 The Apache Software Foundation. All Rights Reserved.