@Version("0.0.2")
Package com.adobe.granite.socketio
-
Interface Summary Interface Description SocketIOAck Socket.IO ack is used to signal theSocketIOSocketListener
when the client requests and ack packet.SocketIOAckListener Socket.IO listener is used to consume ack responses fromSocketIOEmitter.emit(String, org.apache.sling.commons.json.JSONArray)
calls.SocketIOEmitter Socket.io event emitter.SocketIOListener Socket.IO listener.SocketIONamespace Socket.IO namespace.SocketIOService The socket.io service is the entry point to interact with socket.io and is registered as OSGi service.SocketIOSocket A Socket is the fundamental class for interacting with browser clients.SocketIOSocketListener Socket.IO Socket listener.