| Package | Description |
|---|---|
| io.socket.engineio.server |
Main engine.io classes.
|
| io.socket.engineio.server.parser |
Parser classes used by engine.io.
|
| io.socket.engineio.server.transport |
Transport classes used by engine.io.
|
| Modifier and Type | Field and Description |
|---|---|
protected Parser |
Transport.mParser |
| Constructor and Description |
|---|
Transport(Parser parser) |
| Modifier and Type | Class and Description |
|---|---|
class |
ParserV3 |
class |
ParserV4 |
| Modifier and Type | Field and Description |
|---|---|
static Parser |
Parser.PROTOCOL_V3 |
static Parser |
Parser.PROTOCOL_V4 |
| Constructor and Description |
|---|
Polling(Object lockObject,
Parser parser) |
WebSocket(EngineIoWebSocket webSocket,
Parser parser) |
Copyright © 2022. All rights reserved.