public class HollerBasicCodec extends java.lang.Object implements HollerCodec
| Constructor and Description |
|---|
HollerBasicCodec(HollerChannelManager channelManager) |
| Modifier and Type | Method and Description |
|---|---|
HollerMessage |
decode(DynamicByteArray bytes) |
void |
encode(HollerMessage message,
DynamicByteArray bytes) |
public HollerBasicCodec(HollerChannelManager channelManager)
public HollerMessage decode(DynamicByteArray bytes) throws java.io.IOException
decode in interface HollerCodecjava.io.IOExceptionpublic void encode(HollerMessage message, DynamicByteArray bytes) throws java.io.IOException
encode in interface HollerCodecjava.io.IOException