| Package | Description |
|---|---|
| com.corundumstudio.socketio.annotation | |
| com.corundumstudio.socketio.handler | |
| com.corundumstudio.socketio.namespace | |
| com.corundumstudio.socketio.transport |
| Modifier and Type | Method and Description |
|---|---|
void |
OnEventScanner.addListener(Namespace namespace,
Object object,
Method method,
Annotation annot) |
void |
OnDisconnectScanner.addListener(Namespace namespace,
Object object,
Method method,
Annotation annotation) |
void |
OnConnectScanner.addListener(Namespace namespace,
Object object,
Method method,
Annotation annotation) |
void |
AnnotationScanner.addListener(Namespace namespace,
Object object,
Method method,
Annotation annotation) |
void |
ScannerEngine.scan(Namespace namespace,
Object object,
Class<?> clazz) |
| Modifier and Type | Method and Description |
|---|---|
Set<Namespace> |
ClientHead.getNamespaces() |
| Modifier and Type | Method and Description |
|---|---|
NamespaceClient |
ClientHead.addNamespaceClient(Namespace namespace) |
NamespaceClient |
ClientHead.getChildClient(Namespace namespace) |
| Modifier and Type | Method and Description |
|---|---|
Namespace |
NamespacesHub.create(String name) |
Namespace |
NamespacesHub.get(String name) |
| Modifier and Type | Method and Description |
|---|---|
Namespace |
NamespaceClient.getNamespace() |
| Constructor and Description |
|---|
NamespaceClient(ClientHead baseClient,
Namespace namespace) |
Copyright © 2012–2016. All rights reserved.