Uses of Class
zmq.io.IOThread
-
Packages that use IOThread Package Description zmq Provides low-level bindings for ØMQ.zmq.io zmq.io.net.ipc zmq.io.net.norm zmq.io.net.pgm zmq.io.net.tcp zmq.io.net.tipc zmq.socket zmq.socket.reqrep -
-
Uses of IOThread in zmq
Fields in zmq with type parameters of type IOThread Modifier and Type Field Description private java.util.List<IOThread>
Ctx. ioThreads
Methods in zmq that return IOThread Modifier and Type Method Description (package private) IOThread
Ctx. chooseIoThread(long affinity)
protected IOThread
ZObject. chooseIoThread(long affinity)
Constructors in zmq with parameters of type IOThread Constructor Description Own(IOThread ioThread, Options options)
-
Uses of IOThread in zmq.io
Fields in zmq.io declared as IOThread Modifier and Type Field Description private IOThread
SessionBase. ioThread
Methods in zmq.io with parameters of type IOThread Modifier and Type Method Description void
EngineNotImplemented. plug(IOThread ioThread, SessionBase session)
void
IEngine. plug(IOThread ioThread, SessionBase session)
void
StreamEngine. plug(IOThread ioThread, SessionBase session)
Constructors in zmq.io with parameters of type IOThread Constructor Description IOObject(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 IOThread Constructor Description IpcConnecter(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 Constructor Description NormEngine(IOThread ioThread, Options options)
-
Uses of IOThread in zmq.io.net.pgm
Constructors in zmq.io.net.pgm with parameters of type IOThread Constructor Description PgmReceiver(IOThread ioThread, Options options)
PgmSender(IOThread ioThread, Options options)
-
Uses of IOThread in zmq.io.net.tcp
Constructors in zmq.io.net.tcp with parameters of type IOThread Constructor Description SocksConnecter(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 IOThread Constructor Description TipcConnecter(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 IOThread Modifier and Type Method Description SessionBase
Sockets. 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.reqrep
Constructors in zmq.socket.reqrep with parameters of type IOThread Constructor Description ReqSession(IOThread ioThread, boolean connect, SocketBase socket, Options options, Address addr)
-