Uses of Enum
zmq.io.coder.IDecoder.Step.Result
Packages that use IDecoder.Step.Result
-
Uses of IDecoder.Step.Result in zmq.io.coder
Subclasses with type arguments of type IDecoder.Step.Result in zmq.io.coderMethods in zmq.io.coder that return IDecoder.Step.ResultModifier and TypeMethodDescriptionDecoder.EightByteSizeReady.apply()Decoder.FlagsReady.apply()Decoder.MessageReady.apply()Decoder.OneByteSizeReady.apply()IDecoder.Step.apply()DecoderBase.decode(ByteBuffer data, int size, ValueReference<Integer> processed) IDecoder.decode(ByteBuffer buffer, int size, ValueReference<Integer> processed) protected IDecoder.Step.ResultDecoder.eightByteSizeReady()protected IDecoder.Step.ResultDecoder.flagsReady()protected IDecoder.Step.ResultDecoder.messageIncomplete()protected IDecoder.Step.ResultDecoder.messageReady()protected IDecoder.Step.ResultDecoder.oneByteSizeReady()protected final IDecoder.Step.ResultDecoder.sizeReady(long size) static IDecoder.Step.ResultReturns the enum constant of this type with the specified name.static IDecoder.Step.Result[]IDecoder.Step.Result.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of IDecoder.Step.Result in zmq.io.coder.raw
Methods in zmq.io.coder.raw that return IDecoder.Step.ResultModifier and TypeMethodDescriptionRawDecoder.decode(ByteBuffer buffer, int size, ValueReference<Integer> processed) -
Uses of IDecoder.Step.Result in zmq.io.coder.v1
Methods in zmq.io.coder.v1 that return IDecoder.Step.ResultModifier and TypeMethodDescriptionprotected IDecoder.Step.ResultV1Decoder.eightByteSizeReady()protected IDecoder.Step.ResultV1Decoder.flagsReady()protected IDecoder.Step.ResultV1Decoder.messageReady()protected IDecoder.Step.ResultV1Decoder.oneByteSizeReady() -
Uses of IDecoder.Step.Result in zmq.io.coder.v2
Methods in zmq.io.coder.v2 that return IDecoder.Step.ResultModifier and TypeMethodDescriptionprotected IDecoder.Step.ResultV2Decoder.eightByteSizeReady()protected IDecoder.Step.ResultV2Decoder.flagsReady()protected IDecoder.Step.ResultV2Decoder.messageReady()protected IDecoder.Step.ResultV2Decoder.oneByteSizeReady()