| Package | Description |
|---|---|
| com.corundumstudio.socketio.handler | |
| com.corundumstudio.socketio.namespace |
| Modifier and Type | Method and Description |
|---|---|
void |
PacketListener.onPacket(Packet packet,
NamespaceClient client) |
| Modifier and Type | Method and Description |
|---|---|
void |
Namespace.onEvent(NamespaceClient client,
String eventName,
List<Object> args,
AckRequest ackRequest) |
void |
Namespace.onJsonObject(NamespaceClient client,
Object data,
AckRequest ackRequest) |
void |
Namespace.onMessage(NamespaceClient client,
String data,
AckRequest ackRequest) |
Copyright © 2012–2014. All rights reserved.