| Package | Description |
|---|---|
| io.socket.engineio.client | |
| io.socket.engineio.client.transports | |
| io.socket.engineio.parser | |
| io.socket.utf8 |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
Transport.write(Packet[] packets) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
WebSocket.write(Packet[] packets) |
protected void |
Polling.write(Packet[] packets) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Parser.encodePacket(Packet packet,
boolean utf8encode,
Parser.EncodeCallback callback) |
static void |
Parser.encodePacket(Packet packet,
Parser.EncodeCallback callback) |
static void |
Parser.encodePayload(Packet[] packets,
Parser.EncodeCallback callback) |
| Modifier and Type | Method and Description |
|---|---|
static String |
UTF8.decode(String byteString) |
static String |
UTF8.decode(String byteString,
UTF8.Options opts) |
static String |
UTF8.encode(String string) |
static String |
UTF8.encode(String string,
UTF8.Options opts) |
Copyright © 2017. All rights reserved.