Package zmq.io.coder.v2
Class V2Decoder
java.lang.Object
zmq.io.coder.DecoderBase
zmq.io.coder.Decoder
zmq.io.coder.v2.V2Decoder
- All Implemented Interfaces:
IDecoder
-
Nested Class Summary
Nested classes/interfaces inherited from interface zmq.io.coder.IDecoder
IDecoder.Step
-
Field Summary
FieldsFields inherited from class zmq.io.coder.Decoder
eightByteSizeReady, flagsReady, inProgress, maxmsgsize, messageReady, oneByteSizeReady
-
Constructor Summary
ConstructorsConstructorDescriptionV2Decoder
(Errno errno, int bufsize, long maxmsgsize, MsgAllocator allocator) -
Method Summary
Modifier and TypeMethodDescriptionprotected Msg
allocate
(int size) protected IDecoder.Step.Result
protected IDecoder.Step.Result
protected IDecoder.Step.Result
protected IDecoder.Step.Result
Methods inherited from class zmq.io.coder.Decoder
messageIncomplete, msg, sizeReady
-
Field Details
-
tmpbuf
-
msgFlags
private int msgFlags
-
-
Constructor Details
-
V2Decoder
-
-
Method Details
-
allocate
-
oneByteSizeReady
- Overrides:
oneByteSizeReady
in classDecoder
-
eightByteSizeReady
- Overrides:
eightByteSizeReady
in classDecoder
-
flagsReady
- Overrides:
flagsReady
in classDecoder
-
messageReady
- Overrides:
messageReady
in classDecoder
-