| Package | Description |
|---|---|
| io.scalecube.socketio.packets | |
| io.scalecube.socketio.serialization | |
| io.scalecube.socketio.session |
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectPacket
According to socket.io spec Connect packet is sent to socket.io client after handshake.
|
| Modifier and Type | Field and Description |
|---|---|
static Packet |
Packet.NULL_INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
List<Packet> |
PacketsFrame.getPackets() |
| Modifier and Type | Method and Description |
|---|---|
static Packet |
PacketDecoder.decodePacket(io.netty.buffer.ByteBuf payload) |
| Modifier and Type | Method and Description |
|---|---|
static List<Packet> |
PacketFramer.decodePacketsFrame(io.netty.buffer.ByteBuf buffer) |
| Modifier and Type | Method and Description |
|---|---|
static io.netty.buffer.ByteBuf |
PacketEncoder.encodePacket(Packet packet) |
| Modifier and Type | Method and Description |
|---|---|
void |
ManagedSession.acceptPacket(io.netty.channel.Channel channel,
Packet packet)
Send acknowledgment (e.g.
|
void |
AbstractSession.acceptPacket(io.netty.channel.Channel channel,
Packet packet) |
void |
AbstractPollingSession.acceptPacket(io.netty.channel.Channel channel,
Packet packet) |
void |
PollingQueue.add(Packet packet) |
void |
ManagedSession.sendPacket(Packet messagePacket)
Send packet message to client.
|
void |
AbstractSocketSession.sendPacket(Packet packet) |
void |
AbstractPollingSession.sendPacket(Packet packet) |
Copyright © 2012–2016. All rights reserved.