| Package | Description |
|---|---|
| org.spincast.core.server | |
| org.spincast.core.websocket |
| Modifier and Type | Method and Description |
|---|---|
WebsocketEndpointManager |
Server.getWebsocketEndpointManager(String endpointId)
Returns the manager for a Websockets endpoint.
|
WebsocketEndpointManager |
Server.websocketCreateEndpoint(String endpointId,
WebsocketEndpointHandler endpointHandler)
Creates a new Websocket endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
List<WebsocketEndpointManager> |
Server.getWebsocketEndpointManagers()
Returns the managers of the existing Websockets endpoints.
|
| Modifier and Type | Method and Description |
|---|---|
protected WebsocketEndpointManager |
WebsocketEndpointHandlerDefault.getEndpointManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
WebsocketController.onEndpointReady(WebsocketEndpointManager endpointManager)
This method is called when a new endpoint is created and its manager
is ready.
|
Copyright © 2018. All rights reserved.