Uses of Class
zmq.util.Blob
-
Packages that use Blob Package Description zmq Provides low-level bindings for ØMQ.zmq.io.mechanism zmq.pipe zmq.socket zmq.socket.pipeline zmq.socket.pubsub zmq.socket.reqrep zmq.util -
-
Uses of Blob in zmq
Methods in zmq that return Blob Modifier and Type Method Description protected Blob
SocketBase. getCredential()
-
Uses of Blob in zmq.io.mechanism
Fields in zmq.io.mechanism declared as Blob Modifier and Type Field Description private Blob
Mechanism. identity
private Blob
Mechanism. userId
Methods in zmq.io.mechanism that return Blob Modifier and Type Method Description Blob
Mechanism. getUserId()
-
Uses of Blob in zmq.pipe
Fields in zmq.pipe declared as Blob Modifier and Type Field Description private Blob
Pipe. credential
private Blob
Pipe. identity
Methods in zmq.pipe that return Blob Modifier and Type Method Description Blob
Pipe. getCredential()
Blob
Pipe. getIdentity()
Methods in zmq.pipe with parameters of type Blob Modifier and Type Method Description void
Pipe. setIdentity(Blob identity)
-
Uses of Blob in zmq.socket
Fields in zmq.socket declared as Blob Modifier and Type Field Description private Blob
FQ. savedCredential
private Blob
Pair. savedCredential
Fields in zmq.socket with type parameters of type Blob Modifier and Type Field Description private java.util.Map<Blob,Stream.Outpipe>
Stream. outpipes
Methods in zmq.socket that return Blob Modifier and Type Method Description Blob
FQ. getCredential()
protected Blob
Pair. getCredential()
-
Uses of Blob in zmq.socket.pipeline
Methods in zmq.socket.pipeline that return Blob Modifier and Type Method Description protected Blob
Pull. getCredential()
-
Uses of Blob in zmq.socket.pubsub
Fields in zmq.socket.pubsub with type parameters of type Blob Modifier and Type Field Description private java.util.Deque<Blob>
XPub. pendingData
Methods in zmq.socket.pubsub that return Blob Modifier and Type Method Description protected Blob
XSub. getCredential()
-
Uses of Blob in zmq.socket.reqrep
Fields in zmq.socket.reqrep with type parameters of type Blob Modifier and Type Field Description private java.util.Map<Blob,Router.Outpipe>
Router. outpipes
Methods in zmq.socket.reqrep that return Blob Modifier and Type Method Description protected Blob
Dealer. getCredential()
protected Blob
Router. getCredential()
-
Uses of Blob in zmq.util
Methods in zmq.util that return Blob Modifier and Type Method Description static Blob
Blob. createBlob(byte[] data)
private static Blob
Blob. createBlob(byte[] data, boolean copy)
static Blob
Blob. createBlob(Msg msg)
-