Package zmq.io.coder
Interface IDecoder.Step
-
- All Known Implementing Classes:
Decoder.EightByteSizeReady
,Decoder.FlagsReady
,Decoder.MessageReady
,Decoder.OneByteSizeReady
- Enclosing interface:
- IDecoder
public static interface IDecoder.Step
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
IDecoder.Step.Result
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IDecoder.Step.Result
apply()
-
-
-
Method Detail
-
apply
IDecoder.Step.Result apply()
-
-