| Package | Description |
|---|---|
| com.corundumstudio.socketio | |
| com.corundumstudio.socketio.namespace |
| Modifier and Type | Method and Description |
|---|---|
SocketIONamespace |
SocketIOServer.addNamespace(String name) |
SocketIONamespace |
SocketIOClient.getNamespace()
Client namespace
|
SocketIONamespace |
SocketIOServer.getNamespace(String name) |
| Modifier and Type | Method and Description |
|---|---|
Collection<SocketIONamespace> |
SocketIOServer.getAllNamespaces()
Get all namespaces
|
| Modifier and Type | Class and Description |
|---|---|
class |
Namespace
Hub object for all clients in one namespace.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<SocketIONamespace> |
NamespacesHub.getAllNamespaces() |
Copyright © 2012–2021. All rights reserved.