Package | Description |
---|---|
org.snf4j.example.heartbeat |
A datagram (UDP/IP) client/server example.
|
Modifier and Type | Method and Description |
---|---|
static Packet |
Packet.parse(byte[] bytes) |
Modifier and Type | Method and Description |
---|---|
Class<Packet> |
PacketEncoder.getInboundType() |
Class<Packet> |
PacketDecoder.getOutboundType() |
Modifier and Type | Method and Description |
---|---|
void |
PacketEncoder.encode(ISession session,
Packet data,
List<byte[]> out) |
Modifier and Type | Method and Description |
---|---|
void |
PacketDecoder.decode(ISession session,
byte[] data,
List<Packet> out) |
Copyright © 2017–2022 SNF4J.ORG. All rights reserved.