Uses of Interface
zmq.io.coder.IDecoder.Step
Packages that use IDecoder.Step
-
Uses of IDecoder.Step in zmq.io.coder
Classes in zmq.io.coder that implement IDecoder.StepModifier and TypeClassDescriptionprivate final class
private final class
private final class
private final class
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
private IDecoder.Step
DecoderBase.next
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)