Uses of Enum Class
zmq.io.coder.IDecoder.Step.Result
Packages that use IDecoder.Step.Result
-
Uses of IDecoder.Step.Result in zmq.io.coder
Methods 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.Result
Decoder.eightByteSizeReady()
protected IDecoder.Step.Result
Decoder.flagsReady()
protected IDecoder.Step.Result
Decoder.messageIncomplete()
protected IDecoder.Step.Result
Decoder.messageReady()
protected IDecoder.Step.Result
Decoder.oneByteSizeReady()
protected final IDecoder.Step.Result
Decoder.sizeReady
(long size) static IDecoder.Step.Result
Returns the enum constant of this class with the specified name.static IDecoder.Step.Result[]
IDecoder.Step.Result.values()
Returns an array containing the constants of this enum class, 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.Result
V1Decoder.eightByteSizeReady()
protected IDecoder.Step.Result
V1Decoder.flagsReady()
protected IDecoder.Step.Result
V1Decoder.messageReady()
protected IDecoder.Step.Result
V1Decoder.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.Result
V2Decoder.eightByteSizeReady()
protected IDecoder.Step.Result
V2Decoder.flagsReady()
protected IDecoder.Step.Result
V2Decoder.messageReady()
protected IDecoder.Step.Result
V2Decoder.oneByteSizeReady()