public interface SocketIONamespace extends ClientListeners
| Modifier and Type | Method and Description |
|---|---|
Collection<SocketIOClient> |
getAllClients()
Get all clients connected to namespace
|
BroadcastOperations |
getBroadcastOperations() |
SocketIOClient |
getClient(UUID uuid)
Get client by uuid connected to namespace
|
String |
getName() |
BroadcastOperations |
getRoomOperations(String room) |
addConnectListener, addDisconnectListener, addEventInterceptor, addEventListener, addListeners, addListeners, addMultiTypeEventListener, addPingListener, removeAllListenersString getName()
BroadcastOperations getBroadcastOperations()
BroadcastOperations getRoomOperations(String room)
Collection<SocketIOClient> getAllClients()
SocketIOClient getClient(UUID uuid)
uuid - - id of clientCopyright © 2012–2021. All rights reserved.