- send(String, Object...) - Method in class io.socket.socketio.server.SocketIoSocket
-
Send data to remote client.
- send(String, Object[], SocketIoSocket.ReceivedByRemoteAcknowledgementCallback) - Method in class io.socket.socketio.server.SocketIoSocket
-
Send data to remote client.
- sendAcknowledgement(Object...) - Method in interface io.socket.socketio.server.SocketIoSocket.ReceivedByLocalAcknowledgementCallback
-
Call this method to send ack to remote client.
- setAdapterFactory(SocketIoAdapter.AdapterFactory) - Method in class io.socket.socketio.server.SocketIoServerOptions
-
Sets the adapter factory instance.
- setConnectionTimeout(long) - Method in class io.socket.socketio.server.SocketIoServerOptions
-
Sets the amount of time to wait (ms) before a client without namespace is closed.
- SocketIoAdapter - Class in io.socket.socketio.server
-
Socket.io adapter class for broadcasts.
- SocketIoAdapter(SocketIoNamespace) - Constructor for class io.socket.socketio.server.SocketIoAdapter
-
- SocketIoAdapter.AdapterFactory - Interface in io.socket.socketio.server
-
Factory to create new instance of adapter.
- SocketIoMemoryAdapter - Class in io.socket.socketio.server
-
In-memory adapter class.
- SocketIoMemoryAdapter.Factory - Class in io.socket.socketio.server
-
- SocketIoNamespace - Class in io.socket.socketio.server
-
Socket.io namespace class.
- SocketIoNamespaceProvider - Interface in io.socket.socketio.server
-
Provides methods for checking validity of dynamic namespaces.
- SocketIoServer - Class in io.socket.socketio.server
-
The socket.io server.
- SocketIoServer(EngineIoServer) - Constructor for class io.socket.socketio.server.SocketIoServer
-
Create instance of server with default options.
- SocketIoServer(EngineIoServer, SocketIoServerOptions) - Constructor for class io.socket.socketio.server.SocketIoServer
-
Create instance of server with provided options.
- SocketIoServerOptions - Class in io.socket.socketio.server
-
- SocketIoSocket - Class in io.socket.socketio.server
-
Socket.io socket class.
- SocketIoSocket.AllEventListener - Interface in io.socket.socketio.server
-
Callback for all user events received on socket.
- SocketIoSocket.ReceivedByLocalAcknowledgementCallback - Interface in io.socket.socketio.server
-
Callback for local received acknowledgement.
- SocketIoSocket.ReceivedByRemoteAcknowledgementCallback - Interface in io.socket.socketio.server
-
Callback for remote received acknowledgement.