Uses of Class
zmq.util.ValueReference
-
Packages that use ValueReference Package Description zmq Provides low-level bindings for ØMQ.zmq.io zmq.io.coder zmq.io.coder.raw zmq.socket zmq.socket.reqrep -
-
Uses of ValueReference in zmq
Methods in zmq with parameters of type ValueReference Modifier and Type Method Description private byte[]Options. setCurveKey(int option, java.lang.Object optval, ValueReference<java.lang.Boolean> result) -
Uses of ValueReference in zmq.io
Fields in zmq.io declared as ValueReference Modifier and Type Field Description private ValueReference<java.nio.ByteBuffer>StreamEngine. outpos -
Uses of ValueReference in zmq.io.coder
Methods in zmq.io.coder with parameters of type ValueReference Modifier and Type Method Description 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)intEncoderBase. encode(ValueReference<java.nio.ByteBuffer> data, int size)intIEncoder. encode(ValueReference<java.nio.ByteBuffer> data, int size) -
Uses of ValueReference in zmq.io.coder.raw
Methods in zmq.io.coder.raw with parameters of type ValueReference Modifier and Type Method Description IDecoder.Step.ResultRawDecoder. decode(java.nio.ByteBuffer buffer, int size, ValueReference<java.lang.Integer> processed) -
Uses of ValueReference in zmq.socket
Methods in zmq.socket with parameters of type ValueReference Modifier and Type Method Description MsgFQ. recvPipe(Errno errno, ValueReference<Pipe> pipe)booleanLB. sendpipe(Msg msg, Errno errno, ValueReference<Pipe> pipe) -
Uses of ValueReference in zmq.socket.reqrep
Fields in zmq.socket.reqrep declared as ValueReference Modifier and Type Field Description private ValueReference<Pipe>Req. replyPipeMethods in zmq.socket.reqrep with parameters of type ValueReference Modifier and Type Method Description protected MsgDealer. recvpipe(ValueReference<Pipe> pipe)protected booleanDealer. sendpipe(Msg msg, ValueReference<Pipe> pipe)
-