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 classPubMethods in zmq.socket.pubsub with parameters of type XPub Modifier and Type Method Description voidMtrie.IMtrieHandler. invoke(Pipe pipe, byte[] data, int size, XPub arg)voidXPub.MarkAsMatching. invoke(Pipe pipe, byte[] data, int size, XPub self)voidXPub.SendUnsubscription. invoke(Pipe pipe, byte[] data, int size, XPub self)voidMtrie. match(java.nio.ByteBuffer data, int size, Mtrie.IMtrieHandler func, XPub pub)booleanMtrie. rm(Pipe pipe, Mtrie.IMtrieHandler func, XPub pub)private booleanMtrie. rmHelper(Pipe pipe, byte[] buff, int buffsize, int maxBuffSize, Mtrie.IMtrieHandler func, XPub pub)
-