| Package | Description |
|---|---|
| com.github.nkzawa.engineio.client | |
| com.github.nkzawa.engineio.client.transports | |
| com.github.nkzawa.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 |
WebSocket.write(Packet[] packets) |
protected void |
Polling.write(Packet[] packets) |
| Modifier and Type | Method and Description |
|---|---|
static Packet<byte[]> |
Parser.decodePacket(byte[] data) |
static Packet<String> |
Parser.decodePacket(String data) |
static Packet<String> |
Parser.decodePacket(String data,
boolean utf8decode) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Parser.DecodePayloadCallback.call(Packet<T> packet,
int index,
int total) |
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<byte[]> callback) |
Copyright © 2015. All rights reserved.