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) IOThreadCtx.chooseIoThread(long affinity) protected final IOThreadZObject.chooseIoThread(long affinity) -
Uses of IOThread in zmq.io
Modifier and TypeMethodDescriptionvoidEngineNotImplemented.plug(IOThread ioThread, SessionBase session) voidIEngine.plug(IOThread ioThread, SessionBase session) voidStreamEngine.plug(IOThread ioThread, SessionBase session) ModifierConstructorDescriptionIOObject(IOThread ioThread, IPollEvents handler) SessionBase(IOThread ioThread, boolean connect, SocketBase socket, Options options, Address addr) -
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 SessionBaseSockets.createSession(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)