Uses of Class
zmq.util.MultiMap
-
Packages that use MultiMap Package Description zmq Provides low-level bindings for ØMQ.zmq.poll zmq.util -
-
Uses of MultiMap in zmq
Fields in zmq declared as MultiMap Modifier and Type Field Description private MultiMap<java.lang.String,SocketBase.EndpointPipe>SocketBase. endpointsprivate MultiMap<java.lang.String,Pipe>SocketBase. inprocsprivate MultiMap<java.lang.String,Ctx.PendingConnection>Ctx. pendingConnections -
Uses of MultiMap in zmq.poll
Fields in zmq.poll declared as MultiMap Modifier and Type Field Description private MultiMap<java.lang.Long,PollerBase.TimerInfo>PollerBase. timers -
Uses of MultiMap in zmq.util
Fields in zmq.util declared as MultiMap Modifier and Type Field Description private MultiMap<java.lang.Long,Timers.Timer>Timers. timers
-