| Package | Description |
|---|---|
| com.corundumstudio.socketio.listener | |
| com.corundumstudio.socketio.namespace |
| Modifier and Type | Method and Description |
|---|---|
void |
DataListener.onData(SocketIOClient client,
T data,
AckRequest ackSender)
Invokes when data object received from client
|
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.