Package zmq.io.coder.v1
Class V1Decoder
java.lang.Object
zmq.io.coder.DecoderBase
zmq.io.coder.Decoder
zmq.io.coder.v1.V1Decoder
- 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
ConstructorsConstructorDescriptionV1Decoder
(Errno errno, int bufsize, long maxmsgsize, MsgAllocator allocator) -
Method Summary
Modifier and TypeMethodDescriptionprotected IDecoder.Step.Result
protected IDecoder.Step.Result
protected IDecoder.Step.Result
protected IDecoder.Step.Result
Methods inherited from class zmq.io.coder.Decoder
allocate, messageIncomplete, msg, sizeReady
-
Field Details
-
tmpbuf
-
-
Constructor Details
-
V1Decoder
-
-
Method Details
-
oneByteSizeReady
- Overrides:
oneByteSizeReady
in classDecoder
-
eightByteSizeReady
- Overrides:
eightByteSizeReady
in classDecoder
-
flagsReady
- Overrides:
flagsReady
in classDecoder
-
messageReady
- Overrides:
messageReady
in classDecoder
-