| Package | Description |
|---|---|
| io.socket.socketio.server | |
| io.socket.socketio.server.parser |
| Modifier and Type | Method and Description |
|---|---|
void |
SocketIoAdapter.broadcast(Packet<?> packet,
String[] rooms)
Broadcast a packet to all sockets or sockets that have joined
specified rooms.
|
abstract void |
SocketIoAdapter.broadcast(Packet<?> packet,
String[] rooms,
String[] socketsExcluded)
Broadcast a packet to all sockets or sockets that have joined
specified rooms.
|
void |
SocketIoMemoryAdapter.broadcast(Packet packet,
String[] rooms,
String[] socketsExcluded) |
| Modifier and Type | Field and Description |
|---|---|
Packet |
Binary.DeconstructedPacket.packet |
| Modifier and Type | Method and Description |
|---|---|
static Packet |
Binary.reconstructPacket(Packet packet,
byte[][] buffers) |
| Modifier and Type | Method and Description |
|---|---|
void |
Parser.Decoder.Callback.call(Packet packet) |
static Binary.DeconstructedPacket |
Binary.deconstructPacket(Packet packet) |
void |
Parser.Encoder.encode(Packet obj,
Parser.Encoder.Callback callback) |
void |
IOParser.Encoder.encode(Packet obj,
Parser.Encoder.Callback callback) |
static Packet |
Binary.reconstructPacket(Packet packet,
byte[][] buffers) |
Copyright © 2022. All rights reserved.