Uses of Interface
zmq.io.coder.IDecoder.Step
-
Packages that use IDecoder.Step Package Description zmq.io.coder -
-
Uses of IDecoder.Step in zmq.io.coder
Classes in zmq.io.coder that implement IDecoder.Step Modifier and Type Class Description private class
Decoder.EightByteSizeReady
private class
Decoder.FlagsReady
private class
Decoder.MessageReady
private class
Decoder.OneByteSizeReady
Fields in zmq.io.coder declared as IDecoder.Step Modifier and Type Field Description protected IDecoder.Step
Decoder. eightByteSizeReady
protected IDecoder.Step
Decoder. flagsReady
protected IDecoder.Step
Decoder. messageReady
private IDecoder.Step
DecoderBase. next
protected IDecoder.Step
Decoder. oneByteSizeReady
Methods in zmq.io.coder with parameters of type IDecoder.Step Modifier and Type Method Description protected void
DecoderBase. nextStep(byte[] buf, int toRead, IDecoder.Step next)
Deprecated.protected void
DecoderBase. nextStep(java.nio.ByteBuffer buf, IDecoder.Step next)
protected void
DecoderBase. nextStep(Msg msg, IDecoder.Step next)
-