Uses of Class
zmq.io.coder.IDecoder.Step.Result
-
Packages that use IDecoder.Step.Result Package Description zmq.io.coder zmq.io.coder.raw zmq.io.coder.v1 zmq.io.coder.v2 -
-
Uses of IDecoder.Step.Result in zmq.io.coder
Methods in zmq.io.coder that return IDecoder.Step.Result Modifier and Type Method Description IDecoder.Step.Result
Decoder.EightByteSizeReady. apply()
IDecoder.Step.Result
Decoder.FlagsReady. apply()
IDecoder.Step.Result
Decoder.MessageReady. apply()
IDecoder.Step.Result
Decoder.OneByteSizeReady. apply()
IDecoder.Step.Result
IDecoder.Step. apply()
IDecoder.Step.Result
DecoderBase. decode(java.nio.ByteBuffer data, int size, ValueReference<java.lang.Integer> processed)
IDecoder.Step.Result
IDecoder. decode(java.nio.ByteBuffer buffer, int size, ValueReference<java.lang.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 IDecoder.Step.Result
Decoder. sizeReady(long size)
static IDecoder.Step.Result
IDecoder.Step.Result. valueOf(java.lang.String name)
Returns 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.Result Modifier and Type Method Description IDecoder.Step.Result
RawDecoder. decode(java.nio.ByteBuffer buffer, int size, ValueReference<java.lang.Integer> processed)
-
Uses of IDecoder.Step.Result in zmq.io.coder.v1
Methods in zmq.io.coder.v1 that return IDecoder.Step.Result Modifier and Type Method Description protected 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.Result Modifier and Type Method Description protected IDecoder.Step.Result
V2Decoder. eightByteSizeReady()
protected IDecoder.Step.Result
V2Decoder. flagsReady()
protected IDecoder.Step.Result
V2Decoder. messageReady()
protected IDecoder.Step.Result
V2Decoder. oneByteSizeReady()
-