| Constructor and Description |
|---|
PacketDecoder() |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(ISession session,
byte[] data,
List<Packet> out) |
Class<byte[]> |
getInboundType() |
Class<Packet> |
getOutboundType() |
public Class<byte[]> getInboundType()
getInboundType in interface ICodec<byte[],Packet>public Class<Packet> getOutboundType()
getOutboundType in interface ICodec<byte[],Packet>Copyright © 2017–2024 SNF4J.ORG. All rights reserved.