| Package | Description |
|---|---|
| com.corundumstudio.socketio.annotation | |
| com.corundumstudio.socketio.namespace | |
| com.corundumstudio.socketio.transport |
| Modifier and Type | Method and Description |
|---|---|
void |
OnMessageScanner.addListener(Namespace namespace,
Object object,
Method method,
Annotation annot) |
void |
OnJsonObjectScanner.addListener(Namespace namespace,
Object object,
Method method,
Annotation annot) |
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 |
|---|---|
Namespace |
NamespacesHub.create(String name) |
Namespace |
NamespacesHub.get(String name) |
| Modifier and Type | Method and Description |
|---|---|
Namespace |
NamespaceClient.getNamespace() |
| Modifier and Type | Method and Description |
|---|---|
SocketIOClient |
MainBaseClient.addChildClient(Namespace namespace) |
SocketIOClient |
MainBaseClient.getChildClient(Namespace namespace) |
| Constructor and Description |
|---|
NamespaceClient(MainBaseClient baseClient,
Namespace namespace) |
Copyright © 2012–2014. All rights reserved.