IDecoder.Step
Modifier and Type | Field and Description |
---|---|
private int |
msgFlags |
private java.nio.ByteBuffer |
tmpbuf |
eightByteSizeReady, flagsReady, inProgress, maxmsgsize, messageReady, oneByteSizeReady
Constructor and Description |
---|
V2Decoder(Errno errno,
int bufsize,
long maxmsgsize,
MsgAllocator allocator) |
Modifier and Type | Method and Description |
---|---|
protected Msg |
allocate(int size) |
protected IDecoder.Step.Result |
eightByteSizeReady() |
protected IDecoder.Step.Result |
flagsReady() |
protected IDecoder.Step.Result |
messageReady() |
protected IDecoder.Step.Result |
oneByteSizeReady() |
messageIncomplete, msg, sizeReady
public V2Decoder(Errno errno, int bufsize, long maxmsgsize, MsgAllocator allocator)
protected IDecoder.Step.Result oneByteSizeReady()
oneByteSizeReady
in class Decoder
protected IDecoder.Step.Result eightByteSizeReady()
eightByteSizeReady
in class Decoder
protected IDecoder.Step.Result flagsReady()
flagsReady
in class Decoder
protected IDecoder.Step.Result messageReady()
messageReady
in class Decoder