org.jnetstream.protocol.codec
Interface PacketRuntime
public interface PacketRuntime
Special interface which allows a packet codec to build a new packet. The
interface does not extend Packet interface, which allows
packet building process to be separated from the packet itself.
- Author:
- Mark Bednarczyk, Sly Technologies, Inc.
getMetaBuffer
com.slytechs.utils.memory.MetaBuffer<Header> getMetaBuffer()
throws java.io.IOException
- Returns:
-
- Throws:
java.io.IOException
getDlt
ProtocolEntry getDlt()
- Returns:
getBuffer
com.slytechs.utils.memory.BitBuffer getBuffer()
throws java.io.IOException
- Returns:
-
- Throws:
java.io.IOException