Uses of Class
zmq.io.IOThread
Packages that use IOThread
Package
Description
Provides low-level bindings for ØMQ.
-
Uses of IOThread in zmq
Modifier and TypeMethodDescription(package private) IOThread
Ctx.chooseIoThread
(long affinity) protected final IOThread
ZObject.chooseIoThread
(long affinity) -
Uses of IOThread in zmq.io
Modifier and TypeMethodDescriptionvoid
EngineNotImplemented.plug
(IOThread ioThread, SessionBase session) void
IEngine.plug
(IOThread ioThread, SessionBase session) void
StreamEngine.plug
(IOThread ioThread, SessionBase session) ModifierConstructorDescriptionHelloMsgSession
(IOThread ioThread, boolean connect, SocketBase socket, Options options, Address addr) IOObject
(IOThread ioThread, IPollEvents handler) SessionBase
(IOThread ioThread, boolean connect, SocketBase socket, Options options, Address addr) -
Uses of IOThread in zmq.io.net
Methods in zmq.io.net with parameters of type IOThreadModifier and TypeMethodDescriptionNetProtocol.getListener
(IOThread ioThread, SocketBase socket, Options options) Constructors in zmq.io.net with parameters of type IOThreadModifierConstructorDescriptionprotected
Listener
(IOThread ioThread, SocketBase socket, Options options) -
Uses of IOThread in zmq.io.net.ipc
Constructors in zmq.io.net.ipc with parameters of type IOThreadModifierConstructorDescriptionIpcConnecter
(IOThread ioThread, SessionBase session, Options options, Address addr, boolean wait) IpcListener
(IOThread ioThread, SocketBase socket, Options options) -
Uses of IOThread in zmq.io.net.norm
Constructors in zmq.io.net.norm with parameters of type IOThread -
Uses of IOThread in zmq.io.net.pgm
Constructors in zmq.io.net.pgm with parameters of type IOThread -
Uses of IOThread in zmq.io.net.tcp
Constructors in zmq.io.net.tcp with parameters of type IOThreadModifierConstructorDescriptionSocksConnecter
(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 IOThread in zmq.io.net.tipc
Constructors in zmq.io.net.tipc with parameters of type IOThreadModifierConstructorDescriptionTipcConnecter
(IOThread ioThread, SessionBase session, Options options, Address addr, boolean wait) TipcListener
(IOThread ioThread, SocketBase socket, Options options) -
Uses of IOThread in zmq.socket
Methods in zmq.socket with parameters of type IOThreadModifier 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 IOThread in zmq.socket.radiodish
Constructors in zmq.socket.radiodish with parameters of type IOThreadModifierConstructorDescriptionDishSession
(IOThread ioThread, boolean connect, SocketBase socket, Options options, Address addr) RadioSession
(IOThread ioThread, boolean connect, SocketBase socket, Options options, Address addr) -
Uses of IOThread in zmq.socket.reqrep
Constructors in zmq.socket.reqrep with parameters of type IOThreadModifierConstructorDescriptionReqSession
(IOThread ioThread, boolean connect, SocketBase socket, Options options, Address addr)