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 ErrnoCtx. errnoprivate ErrnoMailbox. errnoprivate ErrnoMailboxSafe. errnoErrnoOptions. errnoErrnoOwn. errnoprivate ErrnoSignaler. errnoMethods in zmq that return Errno Modifier and Type Method Description ErrnoCtx. 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 ErrnoStreamEngine. errno -
Uses of Errno in zmq.io.coder
Fields in zmq.io.coder declared as Errno Modifier and Type Field Description private ErrnoDecoderBase. errnoprivate ErrnoEncoderBase. errnoConstructors 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 ErrnoCurveClientMechanism. errnoprivate ErrnoCurveServerMechanism. errno -
Uses of Errno in zmq.socket
Methods in zmq.socket with parameters of type Errno Modifier and Type Method Description MsgFQ. recv(Errno errno)MsgFQ. recvPipe(Errno errno, ValueReference<Pipe> pipe)booleanLB. sendpipe(Msg msg, Errno errno, ValueReference<Pipe> pipe)
-