Uses of Class
zmq.socket.pubsub.XPub
-
Packages that use XPub Package Description zmq.socket.pubsub -
-
Uses of XPub in zmq.socket.pubsub
Subclasses of XPub in zmq.socket.pubsub Modifier and Type Class Description class
Pub
Methods in zmq.socket.pubsub with parameters of type XPub Modifier and Type Method Description void
Mtrie.IMtrieHandler. invoke(Pipe pipe, byte[] data, int size, XPub arg)
void
XPub.MarkAsMatching. invoke(Pipe pipe, byte[] data, int size, XPub self)
void
XPub.SendUnsubscription. invoke(Pipe pipe, byte[] data, int size, XPub self)
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)
-