public interface IWebsocketEndpointToControllerManager
| Modifier and Type | Method and Description |
|---|---|
void |
addEndpointController(String endpointId,
IWebsocketController<?,?> controller)
Adds a link between a WebSocket endpoint and a controller.
|
boolean |
isManagingEndpoint(String endpointId,
IWebsocketController<?,?> controller)
Is the specified controller currently the manager of the
endpoint?
|
void |
removeEndpointController(String endpointId)
Removes the link between a WebSocket endpoint and a controller.
|
void addEndpointController(String endpointId, IWebsocketController<?,?> controller) throws WebsocketEndpointAlreadyManagedByAnotherControllerException
void removeEndpointController(String endpointId)
boolean isManagingEndpoint(String endpointId, IWebsocketController<?,?> controller)
Copyright © 2016. All rights reserved.