Package io.socket.engineio.server
Interface EngineIoSocket.SocketedListener
-
- Enclosing class:
- EngineIoSocket
public static interface EngineIoSocket.SocketedListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcall(EngineIoSocket socket, java.lang.Object... data)
-
-
-
Method Detail
-
call
void call(EngineIoSocket socket, java.lang.Object... data)
-
-