| Modifier and Type | Method and Description |
|---|---|
void |
ClientOperations.send(Packet packet)
Send custom packet.
|
void |
BroadcastOperations.send(Packet packet) |
void |
SocketIOClient.send(Packet packet,
AckCallback<?> ackCallback)
Send packet with ack callback
|
<T> void |
BroadcastOperations.send(Packet packet,
BroadcastAckCallback<T> ackCallback) |
| Constructor and Description |
|---|
AckRequest(Packet originalPacket,
SocketIOClient client) |
| Modifier and Type | Method and Description |
|---|---|
void |
AckManager.onAck(SocketIOClient client,
Packet packet) |
| Modifier and Type | Method and Description |
|---|---|
Packet |
ClientHead.getLastBinaryPacket() |
| Modifier and Type | Method and Description |
|---|---|
Queue<Packet> |
TransportState.getPacketsQueue() |
Queue<Packet> |
ClientHead.getPacketsQueue(Transport transport) |
| Modifier and Type | Method and Description |
|---|---|
void |
PacketListener.onPacket(Packet packet,
NamespaceClient client,
Transport transport) |
io.netty.channel.ChannelFuture |
ClientHead.send(Packet packet) |
io.netty.channel.ChannelFuture |
ClientHead.send(Packet packet,
Transport transport) |
void |
ClientHead.setLastBinaryPacket(Packet lastBinaryPacket) |
| Modifier and Type | Method and Description |
|---|---|
void |
TransportState.setPacketsQueue(Queue<Packet> packetsQueue) |
| Modifier and Type | Method and Description |
|---|---|
void |
Namespace.dispatch(String room,
Packet packet) |
| Modifier and Type | Method and Description |
|---|---|
Packet |
PacketDecoder.decodePacket(String string,
UUID uuid)
Deprecated.
|
Packet |
PacketDecoder.decodePackets(io.netty.buffer.ByteBuf buffer,
ClientHead client) |
| Modifier and Type | Method and Description |
|---|---|
void |
PacketEncoder.encodePacket(Packet packet,
io.netty.buffer.ByteBuf buffer,
io.netty.buffer.ByteBufAllocator allocator,
boolean binary) |
| Modifier and Type | Method and Description |
|---|---|
void |
PacketEncoder.encodeJsonP(Integer jsonpIndex,
Queue<Packet> packets,
io.netty.buffer.ByteBuf out,
io.netty.buffer.ByteBufAllocator allocator,
int limit) |
void |
PacketEncoder.encodePackets(Queue<Packet> packets,
io.netty.buffer.ByteBuf buffer,
io.netty.buffer.ByteBufAllocator allocator,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
Packet |
DispatchMessage.getPacket() |
| Constructor and Description |
|---|
DispatchMessage(String room,
Packet packet,
String namespace) |
| Modifier and Type | Method and Description |
|---|---|
void |
NamespaceClient.send(Packet packet) |
void |
NamespaceClient.send(Packet packet,
AckCallback<?> ackCallback) |
Copyright © 2012–2016. All rights reserved.