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.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)
int
EncoderBase. encode(ValueReference<java.nio.ByteBuffer> data, int size)
int
IEncoder. 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.Result
RawDecoder. 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 Msg
FQ. 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 ValueReference Modifier and Type Field Description private ValueReference<Pipe>
Req. replyPipe
Methods in zmq.socket.reqrep with parameters of type ValueReference Modifier and Type Method Description protected Msg
Dealer. recvpipe(ValueReference<Pipe> pipe)
protected boolean
Dealer. sendpipe(Msg msg, ValueReference<Pipe> pipe)
-