Uses of Class
zmq.util.Errno
-
Packages that use Errno Package Description zmq Provides low-level bindings for ØMQ.zmq.io zmq.io.coder zmq.io.coder.raw zmq.io.coder.v1 zmq.io.coder.v2 zmq.io.mechanism.curve zmq.socket -
-
Uses of Errno in zmq
Fields in zmq declared as Errno Modifier and Type Field Description private Errno
Ctx. errno
private Errno
Mailbox. errno
private Errno
MailboxSafe. errno
Errno
Options. errno
Errno
Own. errno
private Errno
Signaler. errno
Methods in zmq that return Errno Modifier and Type Method Description Errno
Ctx. errno()
Constructors in zmq with parameters of type Errno Constructor Description Signaler(Ctx ctx, int pid, Errno errno)
-
Uses of Errno in zmq.io
Fields in zmq.io declared as Errno Modifier and Type Field Description private Errno
StreamEngine. errno
-
Uses of Errno in zmq.io.coder
Fields in zmq.io.coder declared as Errno Modifier and Type Field Description private Errno
DecoderBase. errno
private Errno
EncoderBase. errno
Constructors in zmq.io.coder with parameters of type Errno Constructor Description Decoder(Errno errno, int bufsize, long maxmsgsize, MsgAllocator allocator)
DecoderBase(Errno errno, int bufsize)
Encoder(Errno errno, int bufsize)
EncoderBase(Errno errno, int bufferSize)
-
Uses of Errno in zmq.io.coder.raw
Constructors in zmq.io.coder.raw with parameters of type Errno Constructor Description RawEncoder(Errno errno, int bufsize)
-
Uses of Errno in zmq.io.coder.v1
Constructors in zmq.io.coder.v1 with parameters of type Errno Constructor Description V1Decoder(Errno errno, int bufsize, long maxmsgsize, MsgAllocator allocator)
V1Encoder(Errno errno, int bufsize)
-
Uses of Errno in zmq.io.coder.v2
Constructors in zmq.io.coder.v2 with parameters of type Errno Constructor Description V2Decoder(Errno errno, int bufsize, long maxmsgsize, MsgAllocator allocator)
V2Encoder(Errno errno, int bufsize)
-
Uses of Errno in zmq.io.mechanism.curve
Fields in zmq.io.mechanism.curve declared as Errno Modifier and Type Field Description private Errno
CurveClientMechanism. errno
private Errno
CurveServerMechanism. errno
-
Uses of Errno in zmq.socket
Methods in zmq.socket with parameters of type Errno Modifier and Type Method Description Msg
FQ. recv(Errno errno)
Msg
FQ. recvPipe(Errno errno, ValueReference<Pipe> pipe)
boolean
LB. sendpipe(Msg msg, Errno errno, ValueReference<Pipe> pipe)
-