Uses of Class
zmq.util.ValueReference
Packages that use ValueReference
Package
Description
Provides low-level bindings for ØMQ.
-
Uses of ValueReference in zmq
Methods in zmq with parameters of type ValueReferenceModifier and TypeMethodDescriptionprivate byte[]
Options.setCurveKey
(int option, Object optval, ValueReference<Boolean> result) -
Uses of ValueReference in zmq.io
Fields in zmq.io declared as ValueReference -
Uses of ValueReference in zmq.io.coder
Methods in zmq.io.coder with parameters of type ValueReferenceModifier and TypeMethodDescriptionDecoderBase.decode
(ByteBuffer data, int size, ValueReference<Integer> processed) IDecoder.decode
(ByteBuffer buffer, int size, ValueReference<Integer> processed) final int
EncoderBase.encode
(ValueReference<ByteBuffer> data, int size) int
IEncoder.encode
(ValueReference<ByteBuffer> data, int size) -
Uses of ValueReference in zmq.io.coder.raw
Methods in zmq.io.coder.raw with parameters of type ValueReferenceModifier and TypeMethodDescriptionRawDecoder.decode
(ByteBuffer buffer, int size, ValueReference<Integer> processed) -
Uses of ValueReference in zmq.socket
Methods in zmq.socket with parameters of type ValueReferenceModifier and TypeMethodDescriptionFQ.recvPipe
(Errno errno, ValueReference<Pipe> pipe) boolean
LB.sendpipe
(Msg msg, Errno errno, ValueReference<Pipe> pipe) -
Uses of ValueReference in zmq.socket.reqrep
Fields in zmq.socket.reqrep declared as ValueReferenceMethods in zmq.socket.reqrep with parameters of type ValueReferenceModifier and TypeMethodDescriptionprotected final Msg
Dealer.recvpipe
(ValueReference<Pipe> pipe) protected final boolean
Dealer.sendpipe
(Msg msg, ValueReference<Pipe> pipe)