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 classIDecoder.Step.Result
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IDecoder.Step.Resultapply()
-
-
-
Method Detail
-
apply
IDecoder.Step.Result apply()
-
-