Package | Description |
---|---|
io.socket.engineio.client | |
io.socket.engineio.client.transports | |
io.socket.engineio.parser |
Modifier and Type | Method and Description |
---|---|
protected void |
Transport.onPacket(Packet packet) |
void |
Transport.send(Packet[] packets) |
protected abstract void |
Transport.write(Packet[] packets) |
Modifier and Type | Method and Description |
---|---|
protected void |
Polling.write(Packet[] packets) |
protected void |
WebSocket.write(Packet[] packets) |
Modifier and Type | Method and Description |
---|---|
static Packet |
Parser.decodeBase64Packet(String data) |
static Packet<byte[]> |
Parser.decodePacket(byte[] data) |
static Packet<String> |
Parser.decodePacket(String data) |
Modifier and Type | Method and Description |
---|---|
boolean |
Parser.DecodePayloadCallback.call(Packet<T> packet,
int index,
int total) |
static void |
Parser.encodePacket(Packet packet,
Parser.EncodeCallback callback) |
static void |
Parser.encodePayload(Packet[] packets,
Parser.EncodeCallback<String> callback) |
Copyright © 2022. All rights reserved.