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.ResultDecoder.EightByteSizeReady. apply()IDecoder.Step.ResultDecoder.FlagsReady. apply()IDecoder.Step.ResultDecoder.MessageReady. apply()IDecoder.Step.ResultDecoder.OneByteSizeReady. apply()IDecoder.Step.ResultIDecoder.Step. apply()IDecoder.Step.ResultDecoderBase. decode(java.nio.ByteBuffer data, int size, ValueReference<java.lang.Integer> processed)IDecoder.Step.ResultIDecoder. decode(java.nio.ByteBuffer buffer, int size, ValueReference<java.lang.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 IDecoder.Step.ResultDecoder. sizeReady(long size)static IDecoder.Step.ResultIDecoder.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.ResultRawDecoder. 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.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.Result Modifier and Type Method Description protected IDecoder.Step.ResultV2Decoder. eightByteSizeReady()protected IDecoder.Step.ResultV2Decoder. flagsReady()protected IDecoder.Step.ResultV2Decoder. messageReady()protected IDecoder.Step.ResultV2Decoder. oneByteSizeReady()
-