| Modifier and Type | Method and Description |
|---|---|
void |
ClientOperations.send(Packet packet)
Send 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 |
|---|---|
void |
PacketListener.onPacket(Packet packet,
NamespaceClient client) |
| Modifier and Type | Method and Description |
|---|---|
Packet |
XHRErrorMessage.getPacket() |
Packet |
WebSocketPacketMessage.getPacket() |
Packet |
WebsocketErrorMessage.getPacket() |
| Modifier and Type | Method and Description |
|---|---|
Queue<Packet> |
XHRSendPacketsMessage.getPacketQueue() |
| Constructor and Description |
|---|
WebsocketErrorMessage(Packet packet) |
WebSocketPacketMessage(UUID sessionId,
Packet packet) |
XHRErrorMessage(Packet packet,
String origin,
UUID sessionId) |
| Constructor and Description |
|---|
XHRSendPacketsMessage(UUID sessionId,
String origin,
Queue<Packet> packetQueue) |
| Modifier and Type | Method and Description |
|---|---|
void |
Namespace.dispatch(String room,
Packet packet) |
| Modifier and Type | Field and Description |
|---|---|
static Packet |
Packet.NULL_INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
Packet |
Decoder.decodePacket(String string,
UUID uuid) |
Packet |
Decoder.decodePackets(io.netty.buffer.ByteBuf buffer,
UUID uuid) |
| Modifier and Type | Method and Description |
|---|---|
int |
Encoder.encodePacket(Packet packet,
io.netty.buffer.ByteBuf buffer) |
| Modifier and Type | Method and Description |
|---|---|
void |
Encoder.encodePackets(Queue<Packet> packets,
io.netty.buffer.ByteBuf buffer,
io.netty.buffer.ByteBufAllocator allocator) |
| 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 |
|---|---|
io.netty.channel.ChannelFuture |
XHRPollingClient.send(Packet packet) |
io.netty.channel.ChannelFuture |
WebSocketClient.send(Packet packet) |
void |
NamespaceClient.send(Packet packet) |
abstract io.netty.channel.ChannelFuture |
MainBaseClient.send(Packet packet) |
void |
NamespaceClient.send(Packet packet,
AckCallback<?> ackCallback) |
Copyright © 2012–2014. All rights reserved.