Uses of Interface
zmq.socket.pubsub.Mtrie.IMtrieHandler
-
Packages that use Mtrie.IMtrieHandler Package Description zmq.socket.pubsub -
-
Uses of Mtrie.IMtrieHandler in zmq.socket.pubsub
Classes in zmq.socket.pubsub that implement Mtrie.IMtrieHandler Modifier and Type Class Description private static class
XPub.MarkAsMatching
private static class
XPub.SendUnsubscription
Fields in zmq.socket.pubsub declared as Mtrie.IMtrieHandler Modifier and Type Field Description private static Mtrie.IMtrieHandler
XPub. markAsMatching
private static Mtrie.IMtrieHandler
XPub. sendUnsubscription
Methods in zmq.socket.pubsub with parameters of type Mtrie.IMtrieHandler Modifier and Type Method Description void
Mtrie. match(java.nio.ByteBuffer data, int size, Mtrie.IMtrieHandler func, XPub pub)
boolean
Mtrie. rm(Pipe pipe, Mtrie.IMtrieHandler func, XPub pub)
private boolean
Mtrie. rmHelper(Pipe pipe, byte[] buff, int buffsize, int maxBuffSize, Mtrie.IMtrieHandler func, XPub pub)
-