Uses of Class
zmq.util.Errno
Packages that use Errno
Package
Description
Provides low-level bindings for ØMQ.
-
Uses of Errno in zmq
-
Uses of Errno in zmq.io
-
Uses of Errno in zmq.io.coder
Fields in zmq.io.coder declared as ErrnoModifier and TypeFieldDescriptionprivate final Errno
DecoderBase.errno
private final Errno
EncoderBase.errno
Constructors in zmq.io.coder with parameters of type ErrnoModifierConstructorDescriptionDecoder
(Errno errno, int bufsize, long maxmsgsize, MsgAllocator allocator) DecoderBase
(Errno errno, int bufsize) protected
protected
EncoderBase
(Errno errno, int bufferSize) -
Uses of Errno in zmq.io.coder.raw
Constructors in zmq.io.coder.raw with parameters of type Errno -
Uses of Errno in zmq.io.coder.v1
Constructors in zmq.io.coder.v1 with parameters of type ErrnoModifierConstructorDescriptionV1Decoder
(Errno errno, int bufsize, long maxmsgsize, MsgAllocator allocator) -
Uses of Errno in zmq.io.coder.v2
Constructors in zmq.io.coder.v2 with parameters of type ErrnoModifierConstructorDescriptionV2Decoder
(Errno errno, int bufsize, long maxmsgsize, MsgAllocator allocator) -
Uses of Errno in zmq.io.mechanism.curve
Fields in zmq.io.mechanism.curve declared as Errno -
Uses of Errno in zmq.socket
Methods in zmq.socket with parameters of type Errno