- emit(String, Object...) - Method in class io.socket.emitter.Emitter
-
Executes each of listeners with the given args.
- Emitter - Class in io.socket.emitter
-
The event emitter which is ported from the JavaScript module.
- Emitter() - Constructor for class io.socket.emitter.Emitter
-
- Emitter.Listener - Interface in io.socket.emitter
-
- encode(byte[], int) - Static method in class io.socket.engineio.parser.Base64
-
Base64-encode the given data and return a newly allocated
byte[] with the result.
- encode(byte[], int, int, int) - Static method in class io.socket.engineio.parser.Base64
-
Base64-encode the given data and return a newly allocated
byte[] with the result.
- encode(Map<String, String>) - Static method in class io.socket.parseqs.ParseQS
-
- encode(long) - Static method in class io.socket.yeast.Yeast
-
- encodePacket(Packet, Parser.EncodeCallback) - Static method in class io.socket.engineio.parser.Parser
-
- encodePayload(Packet[], Parser.EncodeCallback<String>) - Static method in class io.socket.engineio.parser.Parser
-
- encodeToString(byte[], int) - Static method in class io.socket.engineio.parser.Base64
-
Base64-encode the given data and return a newly allocated
String with the result.
- encodeToString(byte[], int, int, int) - Static method in class io.socket.engineio.parser.Base64
-
Base64-encode the given data and return a newly allocated
String with the result.
- encodeURIComponent(String) - Static method in class io.socket.global.Global
-
- EngineIOException - Exception in io.socket.engineio.client
-
- EngineIOException() - Constructor for exception io.socket.engineio.client.EngineIOException
-
- EngineIOException(String) - Constructor for exception io.socket.engineio.client.EngineIOException
-
- EngineIOException(String, Throwable) - Constructor for exception io.socket.engineio.client.EngineIOException
-
- EngineIOException(Throwable) - Constructor for exception io.socket.engineio.client.EngineIOException
-
- ERROR - Static variable in class io.socket.engineio.parser.Packet
-
- EVENT_CLOSE - Static variable in class io.socket.engineio.client.Socket
-
Called on disconnection.
- EVENT_CLOSE - Static variable in class io.socket.engineio.client.Transport
-
- EVENT_DATA - Static variable in class io.socket.engineio.client.Socket
-
- EVENT_DATA - Static variable in class io.socket.engineio.client.transports.PollingXHR.Request
-
- EVENT_DRAIN - Static variable in class io.socket.engineio.client.Socket
-
Called after `drain` event of transport if writeBuffer is empty.
- EVENT_DRAIN - Static variable in class io.socket.engineio.client.Transport
-
- EVENT_ERROR - Static variable in class io.socket.engineio.client.Socket
-
Called when an error occurs.
- EVENT_ERROR - Static variable in class io.socket.engineio.client.Transport
-
- EVENT_ERROR - Static variable in class io.socket.engineio.client.transports.PollingXHR.Request
-
- EVENT_FLUSH - Static variable in class io.socket.engineio.client.Socket
-
Called on completing a buffer flush.
- EVENT_HANDSHAKE - Static variable in class io.socket.engineio.client.Socket
-
- EVENT_HEARTBEAT - Static variable in class io.socket.engineio.client.Socket
-
- EVENT_MESSAGE - Static variable in class io.socket.engineio.client.Socket
-
Called when data is received from the server.
- EVENT_OPEN - Static variable in class io.socket.engineio.client.Socket
-
Called on successful connection.
- EVENT_OPEN - Static variable in class io.socket.engineio.client.Transport
-
- EVENT_PACKET - Static variable in class io.socket.engineio.client.Socket
-
- EVENT_PACKET - Static variable in class io.socket.engineio.client.Transport
-
- EVENT_PACKET_CREATE - Static variable in class io.socket.engineio.client.Socket
-
- EVENT_PING - Static variable in class io.socket.engineio.client.Socket
-
- EVENT_POLL - Static variable in class io.socket.engineio.client.transports.Polling
-
- EVENT_POLL_COMPLETE - Static variable in class io.socket.engineio.client.transports.Polling
-
- EVENT_PONG - Static variable in class io.socket.engineio.client.Socket
-
- EVENT_REQUEST_HEADERS - Static variable in class io.socket.engineio.client.Transport
-
- EVENT_REQUEST_HEADERS - Static variable in class io.socket.engineio.client.transports.PollingXHR.Request
-
- EVENT_RESPONSE_HEADERS - Static variable in class io.socket.engineio.client.Transport
-
- EVENT_RESPONSE_HEADERS - Static variable in class io.socket.engineio.client.transports.PollingXHR.Request
-
- EVENT_SUCCESS - Static variable in class io.socket.engineio.client.transports.PollingXHR.Request
-
- EVENT_TRANSPORT - Static variable in class io.socket.engineio.client.Socket
-
Called on a new transport is created.
- EVENT_UPGRADE - Static variable in class io.socket.engineio.client.Socket
-
- EVENT_UPGRADE_ERROR - Static variable in class io.socket.engineio.client.Socket
-
- EVENT_UPGRADING - Static variable in class io.socket.engineio.client.Socket
-
- EventThread - Class in io.socket.thread
-
The thread for event loop.
- exec(Runnable) - Static method in class io.socket.thread.EventThread
-
Executes a task in EventThread.
- extraHeaders - Variable in class io.socket.engineio.client.Transport
-
- extraHeaders - Variable in class io.socket.engineio.client.Transport.Options
-
- extraHeaders - Variable in class io.socket.engineio.client.transports.PollingXHR.Request.Options
-