| Package | Description |
|---|---|
| org.spincast.core.server | |
| org.spincast.core.websocket | |
| org.spincast.plugins.undertow |
| Modifier and Type | Method and Description |
|---|---|
IWebsocketEndpointManager |
IServer.getWebsocketEndpointManager(String endpointId)
Returns the manager for a Websockets endpoint.
|
IWebsocketEndpointManager |
IServer.websocketCreateEndpoint(String endpointId,
IWebsocketEndpointHandler endpointHandler)
Creates a new Websocket endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
List<IWebsocketEndpointManager> |
IServer.getWebsocketEndpointManagers()
Returns the managers of the existing Websockets endpoints.
|
| Modifier and Type | Method and Description |
|---|---|
protected IWebsocketEndpointManager |
WebsocketEndpointHandler.getEndpointManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
IWebsocketController.onEndpointReady(IWebsocketEndpointManager endpointManager)
This method is called when a new endpoint is created and its manager
is ready.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IWebsocketEndpoint |
| Modifier and Type | Class and Description |
|---|---|
class |
SpincastWebsocketEndpoint |
| Modifier and Type | Method and Description |
|---|---|
IWebsocketEndpointManager |
SpincastUndertowServer.getWebsocketEndpointManager(String endpointId) |
IWebsocketEndpointManager |
SpincastUndertowServer.websocketCreateEndpoint(String endpointId,
IWebsocketEndpointHandler appEndpointHandler) |
| Modifier and Type | Method and Description |
|---|---|
List<IWebsocketEndpointManager> |
SpincastUndertowServer.getWebsocketEndpointManagers() |
Copyright © 2016. All rights reserved.