Uses of Class
zmq.Options
Packages that use Options
Package
Description
Provides low-level bindings for ØMQ.
-
Uses of Options in zmq
Modifier and TypeFieldDescriptionfinal Options
Ctx.Endpoint.options
protected final Options
Own.options
Modifier and TypeMethodDescriptionprivate void
Ctx.connectInprocSockets
(SocketBase bindSocket, Options bindOptions, Ctx.PendingConnection pendingConnection, Ctx.Side side) -
Uses of Options in zmq.io
ModifierConstructorDescriptionSessionBase
(IOThread ioThread, boolean connect, SocketBase socket, Options options, Address addr) StreamEngine
(SocketChannel fd, Options options, String endpoint) -
Uses of Options in zmq.io.mechanism
Fields in zmq.io.mechanism declared as OptionsMethods in zmq.io.mechanism with parameters of type OptionsModifier and TypeMethodDescriptionabstract void
abstract Mechanism
Mechanisms.create
(SessionBase session, Address peerAddress, Options options) Constructors in zmq.io.mechanism with parameters of type OptionsModifierConstructorDescriptionprotected
Mechanism
(SessionBase session, Address peerAddress, Options options) (package private)
NullMechanism
(SessionBase session, Address peerAddress, Options options) -
Uses of Options in zmq.io.mechanism.curve
Constructors in zmq.io.mechanism.curve with parameters of type OptionsModifierConstructorDescriptionCurveClientMechanism
(Options options) CurveServerMechanism
(SessionBase session, Address peerAddress, Options options) -
Uses of Options in zmq.io.mechanism.gssapi
Constructors in zmq.io.mechanism.gssapi with parameters of type OptionsModifierConstructorDescriptionGssapiClientMechanism
(Options options) GssapiServerMechanism
(SessionBase session, Address peerAddress, Options options) -
Uses of Options in zmq.io.mechanism.plain
Constructors in zmq.io.mechanism.plain with parameters of type OptionsModifierConstructorDescriptionPlainClientMechanism
(Options options) PlainServerMechanism
(SessionBase session, Address peerAddress, Options options) -
Uses of Options in zmq.io.net
Methods in zmq.io.net with parameters of type OptionsModifier and TypeMethodDescriptionSelectorProviderChooser.choose
(Address.IZAddress addr, Options options) -
Uses of Options in zmq.io.net.ipc
Constructors in zmq.io.net.ipc with parameters of type OptionsModifierConstructorDescriptionIpcConnecter
(IOThread ioThread, SessionBase session, Options options, Address addr, boolean wait) IpcListener
(IOThread ioThread, SocketBase socket, Options options) -
Uses of Options in zmq.io.net.norm
Constructors in zmq.io.net.norm with parameters of type Options -
Uses of Options in zmq.io.net.pgm
Constructors in zmq.io.net.pgm with parameters of type Options -
Uses of Options in zmq.io.net.tcp
Constructors in zmq.io.net.tcp with parameters of type OptionsModifierConstructorDescriptionSocksConnecter
(IOThread ioThread, SessionBase session, Options options, Address addr, Address proxyAddr, boolean delayedStart) TcpConnecter
(IOThread ioThread, SessionBase session, Options options, Address addr, boolean delayedStart) TcpListener
(IOThread ioThread, SocketBase socket, Options options) -
Uses of Options in zmq.io.net.tipc
Constructors in zmq.io.net.tipc with parameters of type OptionsModifierConstructorDescriptionTipcConnecter
(IOThread ioThread, SessionBase session, Options options, Address addr, boolean wait) TipcListener
(IOThread ioThread, SocketBase socket, Options options) -
Uses of Options in zmq.socket
Methods in zmq.socket with parameters of type OptionsModifier and TypeMethodDescriptionSockets.create
(IOThread ioThread, boolean connect, SocketBase socket, Options options, Address addr) static SessionBase
Sockets.createSession
(IOThread ioThread, boolean connect, SocketBase socket, Options options, Address addr) -
Uses of Options in zmq.socket.reqrep
Constructors in zmq.socket.reqrep with parameters of type OptionsModifierConstructorDescriptionReqSession
(IOThread ioThread, boolean connect, SocketBase socket, Options options, Address addr)