Uses of Interface
zmq.io.coder.IDecoder.Step
Packages that use IDecoder.Step
-
Uses of IDecoder.Step in zmq.io.coder
Fields in zmq.io.coder declared as IDecoder.StepModifier and TypeFieldDescriptionprotected final IDecoder.Step
Decoder.eightByteSizeReady
protected final IDecoder.Step
Decoder.flagsReady
protected final IDecoder.Step
Decoder.messageReady
protected final IDecoder.Step
Decoder.oneByteSizeReady
Methods in zmq.io.coder with parameters of type IDecoder.StepModifier and TypeMethodDescriptionprotected void
DecoderBase.nextStep
(byte[] buf, int toRead, IDecoder.Step next) Deprecated.protected void
DecoderBase.nextStep
(ByteBuffer buf, IDecoder.Step next) protected void
DecoderBase.nextStep
(Msg msg, IDecoder.Step next)