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