- emit(String, Object...) - Method in class com.github.nkzawa.socketio.client.Socket
-
Emits an event.
- emit(String, Object[], Ack) - Method in class com.github.nkzawa.socketio.client.Socket
-
Emits an event with an acknowledge.
- encode(Packet, Parser.Encoder.Callback) - Method in class com.github.nkzawa.socketio.parser.Parser.Encoder
-
- ERROR - Static variable in class com.github.nkzawa.socketio.parser.Parser
-
Packet type `error`.
- EVENT - Static variable in class com.github.nkzawa.socketio.parser.Parser
-
Packet type `event`.
- EVENT_CLOSE - Static variable in class com.github.nkzawa.socketio.client.Manager
-
Called on a disconnection.
- EVENT_CONNECT - Static variable in class com.github.nkzawa.socketio.client.Socket
-
Called on a connection.
- EVENT_CONNECT_ERROR - Static variable in class com.github.nkzawa.socketio.client.Manager
-
Called on a connection error.
- EVENT_CONNECT_ERROR - Static variable in class com.github.nkzawa.socketio.client.Socket
-
- EVENT_CONNECT_TIMEOUT - Static variable in class com.github.nkzawa.socketio.client.Manager
-
Called on a connection timeout.
- EVENT_CONNECT_TIMEOUT - Static variable in class com.github.nkzawa.socketio.client.Socket
-
- EVENT_DECODED - Static variable in class com.github.nkzawa.socketio.parser.Parser.Decoder
-
- EVENT_DISCONNECT - Static variable in class com.github.nkzawa.socketio.client.Socket
-
Called on a disconnection.
- EVENT_ERROR - Static variable in class com.github.nkzawa.socketio.client.Manager
-
- EVENT_ERROR - Static variable in class com.github.nkzawa.socketio.client.Socket
-
Called on a connection error.
- EVENT_MESSAGE - Static variable in class com.github.nkzawa.socketio.client.Socket
-
- EVENT_OPEN - Static variable in class com.github.nkzawa.socketio.client.Manager
-
Called on a successful connection.
- EVENT_PACKET - Static variable in class com.github.nkzawa.socketio.client.Manager
-
- EVENT_RECONNECT - Static variable in class com.github.nkzawa.socketio.client.Manager
-
Called on a successful reconnection.
- EVENT_RECONNECT - Static variable in class com.github.nkzawa.socketio.client.Socket
-
- EVENT_RECONNECT_ATTEMPT - Static variable in class com.github.nkzawa.socketio.client.Manager
-
- EVENT_RECONNECT_ATTEMPT - Static variable in class com.github.nkzawa.socketio.client.Socket
-
- EVENT_RECONNECT_ERROR - Static variable in class com.github.nkzawa.socketio.client.Manager
-
Called on a reconnection attempt error.
- EVENT_RECONNECT_ERROR - Static variable in class com.github.nkzawa.socketio.client.Socket
-
- EVENT_RECONNECT_FAILED - Static variable in class com.github.nkzawa.socketio.client.Manager
-
- EVENT_RECONNECT_FAILED - Static variable in class com.github.nkzawa.socketio.client.Socket
-
- EVENT_RECONNECTING - Static variable in class com.github.nkzawa.socketio.client.Manager
-
- EVENT_RECONNECTING - Static variable in class com.github.nkzawa.socketio.client.Socket
-
- EVENT_TRANSPORT - Static variable in class com.github.nkzawa.socketio.client.Manager
-
Called when a new transport is created.
- events - Static variable in class com.github.nkzawa.socketio.client.Socket
-
- extractId(String) - Static method in class com.github.nkzawa.socketio.client.Url
-
- extractId(URL) - Static method in class com.github.nkzawa.socketio.client.Url
-