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.clientserver zmq.socket.pipeline zmq.socket.pubsub zmq.socket.reqrep zmq.socket.scattergather zmq.util -
-
Uses of Blob in zmq
Methods in zmq that return Blob Modifier and Type Method Description protected BlobSocketBase. getCredential() -
Uses of Blob in zmq.io.mechanism
Fields in zmq.io.mechanism declared as Blob Modifier and Type Field Description private BlobMechanism. identityprivate BlobMechanism. userIdMethods in zmq.io.mechanism that return Blob Modifier and Type Method Description BlobMechanism. getUserId() -
Uses of Blob in zmq.pipe
Fields in zmq.pipe declared as Blob Modifier and Type Field Description private BlobPipe. credentialprivate BlobPipe. identityMethods in zmq.pipe that return Blob Modifier and Type Method Description BlobPipe. getCredential()BlobPipe. getIdentity()Methods in zmq.pipe with parameters of type Blob Modifier and Type Method Description voidPipe. setIdentity(Blob identity) -
Uses of Blob in zmq.socket
Fields in zmq.socket declared as Blob Modifier and Type Field Description private BlobChannel. savedCredentialprivate BlobFQ. savedCredentialprivate BlobPair. savedCredentialFields in zmq.socket with type parameters of type Blob Modifier and Type Field Description private java.util.Map<Blob,Stream.Outpipe>Stream. outpipesMethods in zmq.socket that return Blob Modifier and Type Method Description protected BlobChannel. getCredential()BlobFQ. getCredential()protected BlobPair. getCredential() -
Uses of Blob in zmq.socket.clientserver
Methods in zmq.socket.clientserver that return Blob Modifier and Type Method Description protected BlobClient. getCredential()protected BlobServer. getCredential() -
Uses of Blob in zmq.socket.pipeline
Methods in zmq.socket.pipeline that return Blob Modifier and Type Method Description protected BlobPull. 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. pendingDataMethods in zmq.socket.pubsub that return Blob Modifier and Type Method Description protected BlobXSub. 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. outpipesMethods in zmq.socket.reqrep that return Blob Modifier and Type Method Description protected BlobDealer. getCredential()protected BlobRouter. getCredential() -
Uses of Blob in zmq.socket.scattergather
Methods in zmq.socket.scattergather that return Blob Modifier and Type Method Description protected BlobGather. getCredential() -
Uses of Blob in zmq.util
Methods in zmq.util that return Blob Modifier and Type Method Description static BlobBlob. createBlob(byte[] data)private static BlobBlob. createBlob(byte[] data, boolean copy)static BlobBlob. createBlob(Msg msg)
-