Package | Description |
---|---|
zmq.io.coder |
Modifier and Type | Class and Description |
---|---|
private class |
Decoder.EightByteSizeReady |
private class |
Decoder.FlagsReady |
private class |
Decoder.MessageReady |
private class |
Decoder.OneByteSizeReady |
Modifier and Type | Field and Description |
---|---|
protected IDecoder.Step |
Decoder.eightByteSizeReady |
protected IDecoder.Step |
Decoder.flagsReady |
protected IDecoder.Step |
Decoder.messageReady |
private IDecoder.Step |
DecoderBase.next |
protected IDecoder.Step |
Decoder.oneByteSizeReady |
Modifier and Type | Method and Description |
---|---|
protected void |
DecoderBase.nextStep(byte[] buf,
int toRead,
IDecoder.Step next)
Deprecated.
|
protected void |
DecoderBase.nextStep(java.nio.ByteBuffer buf,
IDecoder.Step next) |
protected void |
DecoderBase.nextStep(Msg msg,
IDecoder.Step next) |