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.StepDecoder.eightByteSizeReadyprotected final IDecoder.StepDecoder.flagsReadyprotected final IDecoder.StepDecoder.messageReadyprotected final IDecoder.StepDecoder.oneByteSizeReadyMethods in zmq.io.coder with parameters of type IDecoder.StepModifier and TypeMethodDescriptionprotected voidDecoderBase.nextStep(byte[] buf, int toRead, IDecoder.Step next) Deprecated.protected voidDecoderBase.nextStep(ByteBuffer buf, IDecoder.Step next) protected voidDecoderBase.nextStep(Msg msg, IDecoder.Step next)