| Package | Description |
|---|---|
| com.corundumstudio.socketio.handler | |
| com.corundumstudio.socketio.listener | |
| com.corundumstudio.socketio.namespace |
| Modifier and Type | Method and Description |
|---|---|
NamespaceClient |
ClientHead.addNamespaceClient(Namespace namespace) |
NamespaceClient |
ClientHead.getChildClient(Namespace namespace) |
| Modifier and Type | Method and Description |
|---|---|
void |
PacketListener.onPacket(Packet packet,
NamespaceClient client,
Transport transport) |
void |
ClientHead.removeNamespaceClient(NamespaceClient client) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventInterceptor.onEvent(NamespaceClient client,
String eventName,
List<Object> args,
AckRequest ackRequest) |
| Modifier and Type | Method and Description |
|---|---|
void |
Namespace.onEvent(NamespaceClient client,
String eventName,
List<Object> args,
AckRequest ackRequest) |
Copyright © 2012–2021. All rights reserved.