Package zmq.io.coder
Class Decoder
java.lang.Object
zmq.io.coder.DecoderBase
zmq.io.coder.Decoder
- All Implemented Interfaces:
IDecoder
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate final class
private final class
private final class
private final class
Nested classes/interfaces inherited from interface zmq.io.coder.IDecoder
IDecoder.Step
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final MsgAllocator
protected final IDecoder.Step
protected final IDecoder.Step
protected Msg
protected final long
protected final IDecoder.Step
protected final IDecoder.Step
-
Constructor Summary
Constructors -
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
msg()
protected IDecoder.Step.Result
protected final IDecoder.Step.Result
sizeReady
(long size)
-
Field Details
-
maxmsgsize
protected final long maxmsgsize -
inProgress
-
oneByteSizeReady
-
eightByteSizeReady
-
flagsReady
-
messageReady
-
allocator
-
-
Constructor Details
-
Decoder
-
-
Method Details
-
sizeReady
-
allocate
-
oneByteSizeReady
-
eightByteSizeReady
-
flagsReady
-
messageReady
-
messageIncomplete
-
msg
-