Uses of Class
zmq.util.Blob
Packages that use Blob
Package
Description
Provides low-level bindings for ØMQ.
-
Uses of Blob in zmq
-
Uses of Blob in zmq.io.mechanism
Fields in zmq.io.mechanism declared as BlobMethods in zmq.io.mechanism that return Blob -
Uses of Blob in zmq.pipe
-
Uses of Blob in zmq.socket
Fields in zmq.socket declared as BlobModifier and TypeFieldDescriptionprivate Blob
Channel.savedCredential
private Blob
private Blob
Pair.savedCredential
Fields in zmq.socket with type parameters of type BlobMethods in zmq.socket that return BlobModifier and TypeMethodDescriptionprotected Blob
Channel.getCredential()
FQ.getCredential()
protected Blob
Pair.getCredential()
-
Uses of Blob in zmq.socket.clientserver
Methods in zmq.socket.clientserver that return BlobModifier and TypeMethodDescriptionprotected Blob
Client.getCredential()
protected Blob
Server.getCredential()
-
Uses of Blob in zmq.socket.pipeline
Methods in zmq.socket.pipeline that return Blob -
Uses of Blob in zmq.socket.pubsub
Fields in zmq.socket.pubsub with type parameters of type BlobMethods in zmq.socket.pubsub that return Blob -
Uses of Blob in zmq.socket.reqrep
Fields in zmq.socket.reqrep with type parameters of type BlobMethods in zmq.socket.reqrep that return BlobModifier and TypeMethodDescriptionprotected Blob
Dealer.getCredential()
protected Blob
Router.getCredential()
-
Uses of Blob in zmq.socket.scattergather
Methods in zmq.socket.scattergather that return Blob -
Uses of Blob in zmq.util
Modifier and TypeMethodDescriptionstatic Blob
Blob.createBlob
(byte[] data) private static Blob
Blob.createBlob
(byte[] data, boolean copy) static Blob
Blob.createBlob
(Msg msg)