Package zmq.io.coder
Class Decoder.MessageReady
- java.lang.Object
-
- zmq.io.coder.Decoder.MessageReady
-
- All Implemented Interfaces:
IDecoder.Step
- Enclosing class:
- Decoder
private final class Decoder.MessageReady extends java.lang.Object implements IDecoder.Step
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface zmq.io.coder.IDecoder.Step
IDecoder.Step.Result
-
-
Constructor Summary
Constructors Modifier Constructor Description private
MessageReady()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IDecoder.Step.Result
apply()
-
-
-
Method Detail
-
apply
public IDecoder.Step.Result apply()
- Specified by:
apply
in interfaceIDecoder.Step
-
-