public class NamespacesHub extends Object
| Constructor and Description |
|---|
NamespacesHub(Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
Namespace |
create(String name) |
Namespace |
get(String name) |
Collection<SocketIONamespace> |
getAllNamespaces() |
Iterable<SocketIOClient> |
getRoomClients(String room) |
void |
remove(String name) |
public NamespacesHub(Configuration configuration)
public Iterable<SocketIOClient> getRoomClients(String room)
public void remove(String name)
public Collection<SocketIONamespace> getAllNamespaces()
Copyright © 2012–2021. All rights reserved.