Uses of Class
zmq.Msg
Packages that use Msg
Package
Description
Provides high-level bindings for ØMQ.
Provides low-level bindings for ØMQ.
Provides utility for message allocation within ØMQ.
-
Uses of Msg in org.zeromq
Constructors in org.zeromq with parameters of type Msg -
Uses of Msg in zmq
Modifier and TypeMethodDescriptionMsg.Builder.build()static MsgZMQ.msgInit()static MsgZMQ.msgInitWithSize(int messageSize) Msg.Builder.put(byte[] src, int off, int len) protected MsgMsg.Builder.put(int index, byte b) Msg.Builder.put(ByteBuffer src, int off, int len) Msg.put(byte b) Msg.put(byte[] src) Msg.put(byte[] src, int off, int len) Msg.put(int b) protected MsgMsg.put(int index, byte b) Msg.put(ByteBuffer src) Msg.put(ByteBuffer src, int off, int len) Msg.Builder.putShortString(String data) Msg.putShortString(String data) Puts a string into the message, prefixed with its length.final MsgSocketBase.recv(int flags) final MsgSocketBase.recv(int flags, AtomicBoolean canceled) static MsgZMQ.recv(SocketBase s, int flags) static MsgZMQ.recvMsg(SocketBase s, int flags) Msg.setMetadata(Metadata metadata) protected MsgSocketBase.xrecv()Modifier and TypeMethodDescriptionprivate booleanProxy.capture(SocketBase capture, Msg msg, int more) private voidSocketBase.extractFlags(Msg msg) ZMQ.getMessageGroup(Msg msg) static StringZMQ.getMessageMetadata(Msg msg, String property) static intZMQ.getMessageOption(Msg msg, int option) intZMQ.getMessageRoutingId(Msg msg) static intfinal booleanfinal booleanSocketBase.send(Msg msg, int flags, AtomicBoolean canceled) static intZMQ.send(SocketBase s, Msg msg, int flags) static intZMQ.sendMsg(SocketBase s, Msg msg, int flags) booleanZMQ.setMessageGroup(Msg msg, String group) booleanZMQ.setMessageRoutingId(Msg msg, int routingId) protected booleanModifier and TypeMethodDescriptionprotected voidZObject.processHiccup(YPipeBase<Msg> hiccupPipe) protected final voidZObject.sendHiccup(Pipe destination, YPipeBase<Msg> pipe) -
Uses of Msg in zmq.io
Modifier and TypeFieldDescriptionStreamEngine.decodeAndPushStreamEngine.nextHandshakeCommandStreamEngine.nextIdentityStreamEngine.nextMsgStreamEngine.processHandshakeCommandStreamEngine.processIdentityStreamEngine.processMsgStreamEngine.producePingMessageStreamEngine.pullAndEncodeStreamEngine.pullMsgFromSessionStreamEngine.pushMsgToSessionStreamEngine.pushOneThenDecodeAndPushStreamEngine.pushRawMsgToSessionStreamEngine.writeCredentialModifier and TypeMethodDescriptionStreamEngine.ProducePongMessage.get()private MsgStreamEngine.identityMsg()private MsgStreamEngine.nextHandshakeCommand()private MsgStreamEngine.producePingMessage()private MsgStreamEngine.producePongMessage(byte[] pingContext) private MsgStreamEngine.pullAndEncode()protected MsgHelloMsgSession.pullMsg()protected MsgSessionBase.pullMsg()private MsgStreamEngine.pullMsgFromSession()SessionBase.readZapMsg()Modifier and TypeMethodDescriptionprivate booleanStreamEngine.decodeAndPush(Msg msg) private booleanStreamEngine.processCommand(Msg msg) private booleanStreamEngine.processHandshakeCommand(Msg msg) private booleanStreamEngine.processHeartbeatMessage(Msg msg) private booleanStreamEngine.processIdentityMsg(Msg msg) protected booleanprivate booleanStreamEngine.pushMsgToSession(Msg msg) private booleanStreamEngine.pushOneThenDecodeAndPush(Msg msg) private booleanStreamEngine.pushRawMsgToSession(Msg msg) final intMetadata.read(Msg msg, int offset, Metadata.ParseListener listener) static booleanMsgs.startsWith(Msg msg, String data, boolean includeLength) Checks if the message starts with the given string.private booleanStreamEngine.writeCredential(Msg msg) booleanSessionBase.writeZapMsg(Msg msg) -
Uses of Msg in zmq.io.coder
Fields in zmq.io.coder declared as MsgModifier and TypeFieldDescriptionprotected MsgDecoder.inProgressprotected MsgEncoderBase.inProgressMethods in zmq.io.coder that return MsgModifier and TypeMethodDescriptionprotected MsgDecoder.allocate(int size) Decoder.msg()IDecoder.msg()Methods in zmq.io.coder with parameters of type Msg -
Uses of Msg in zmq.io.coder.raw
Fields in zmq.io.coder.raw declared as MsgMethods in zmq.io.coder.raw that return Msg -
Uses of Msg in zmq.io.coder.v2
Methods in zmq.io.coder.v2 that return Msg -
Uses of Msg in zmq.io.mechanism
Methods in zmq.io.mechanism that return MsgMethods in zmq.io.mechanism with parameters of type MsgModifier and TypeMethodDescriptionprotected final voidMechanism.addProperty(Msg msg, String name, byte[] value) protected final voidMechanism.addProperty(Msg msg, String name, String value) protected booleanabstract intMechanism.nextHandshakeCommand(Msg msg) intNullMechanism.nextHandshakeCommand(Msg msg) protected intMechanism.parseErrorMessage(Msg msg) protected final intMechanism.parseMetadata(Msg msg, int offset, boolean zapFlag) private intNullMechanism.processErrorCommand(Msg msg) abstract intMechanism.processHandshakeCommand(Msg msg) intNullMechanism.processHandshakeCommand(Msg msg) private intNullMechanism.processReadyCommand(Msg msg) -
Uses of Msg in zmq.io.mechanism.curve
Methods in zmq.io.mechanism.curve that return MsgModifier and TypeMethodDescriptionMethods in zmq.io.mechanism.curve with parameters of type MsgModifier and TypeMethodDescriptionintCurveClientMechanism.nextHandshakeCommand(Msg msg) intCurveServerMechanism.nextHandshakeCommand(Msg msg) private intCurveClientMechanism.processError(Msg msg) intCurveClientMechanism.processHandshakeCommand(Msg msg) intCurveServerMechanism.processHandshakeCommand(Msg msg) private intCurveServerMechanism.processHello(Msg msg) private intCurveServerMechanism.processInitiate(Msg msg) private intCurveClientMechanism.processReady(Msg msg) private intCurveClientMechanism.processWelcome(Msg msg) private intCurveServerMechanism.produceError(Msg msg) private intCurveClientMechanism.produceHello(Msg msg) private intCurveClientMechanism.produceInitiate(Msg msg) private intCurveServerMechanism.produceReady(Msg msg) private intCurveServerMechanism.produceWelcome(Msg msg) -
Uses of Msg in zmq.io.mechanism.gssapi
Methods in zmq.io.mechanism.gssapi with parameters of type MsgModifier and TypeMethodDescriptionintGssapiClientMechanism.nextHandshakeCommand(Msg msg) intGssapiServerMechanism.nextHandshakeCommand(Msg msg) intGssapiClientMechanism.processHandshakeCommand(Msg msg) intGssapiServerMechanism.processHandshakeCommand(Msg msg) -
Uses of Msg in zmq.io.mechanism.plain
Methods in zmq.io.mechanism.plain with parameters of type MsgModifier and TypeMethodDescriptionintPlainClientMechanism.nextHandshakeCommand(Msg msg) intPlainServerMechanism.nextHandshakeCommand(Msg msg) private intPlainClientMechanism.processError(Msg msg) intPlainClientMechanism.processHandshakeCommand(Msg msg) intPlainServerMechanism.processHandshakeCommand(Msg msg) private intPlainClientMechanism.processReady(Msg msg) private intPlainClientMechanism.processWelcome(Msg msg) private intPlainServerMechanism.produceError(Msg msg) private intPlainClientMechanism.produceHello(Msg msg) private intPlainServerMechanism.produceHello(Msg msg) private intPlainClientMechanism.produceInitiate(Msg msg) private intPlainServerMechanism.produceInitiate(Msg msg) private intPlainServerMechanism.produceReady(Msg msg) private intPlainServerMechanism.produceWelcome(Msg msg) -
Uses of Msg in zmq.msg
-
Uses of Msg in zmq.pipe
Modifier and TypeFieldDescriptionprivate TDBuffer.backprivate MsgPipe.disconnectMsgprivate TDBuffer.frontModifier and TypeMethodDescriptionprivate static booleanPipe.isDelimiter(Msg msg) voidPipe.sendHiccupMsg(Msg hiccupMsg) voidPipe.setDisconnectMsg(Msg msg) boolean -
Uses of Msg in zmq.socket
Fields in zmq.socket declared as MsgModifier and TypeFieldDescriptionprivate MsgStream.prefetchedIdprivate MsgStream.prefetchedMsgMethods in zmq.socket that return MsgModifier and TypeMethodDescriptionFQ.recvPipe(Errno errno, ValueReference<Pipe> pipe) protected MsgChannel.xrecv()protected MsgPair.xrecv()Stream.xrecv()Methods in zmq.socket with parameters of type Msg -
Uses of Msg in zmq.socket.clientserver
Methods in zmq.socket.clientserver that return MsgMethods in zmq.socket.clientserver with parameters of type Msg -
Uses of Msg in zmq.socket.pipeline
Methods in zmq.socket.pipeline that return MsgMethods in zmq.socket.pipeline with parameters of type Msg -
Uses of Msg in zmq.socket.pubsub
Fields in zmq.socket.pubsub declared as MsgMethods in zmq.socket.pubsub that return MsgModifier and TypeMethodDescriptionprotected MsgPub.xrecv()protected MsgXPub.xrecv()protected MsgXSub.xrecv()Methods in zmq.socket.pubsub with parameters of type MsgModifier and TypeMethodDescriptionbooleanbooleanprivate booleanprivate voidDist.distribute(Msg msg) private booleanbooleanbooleanprivate booleanbooleanbooleanDist.sendToMatching(Msg msg) private booleanprotected booleanprotected booleanprotected boolean -
Uses of Msg in zmq.socket.radiodish
Fields in zmq.socket.radiodish declared as MsgModifier and TypeFieldDescriptionprivate MsgRadio.RadioSession.pendingprivate MsgDish.pendingMsgMethods in zmq.socket.radiodish that return MsgModifier and TypeMethodDescriptionprotected MsgDish.DishSession.pullMsg()protected MsgRadio.RadioSession.pullMsg()protected MsgDish.xrecv()protected MsgRadio.xrecv()private MsgDish.xxrecv()Methods in zmq.socket.radiodish with parameters of type Msg -
Uses of Msg in zmq.socket.reqrep
Fields in zmq.socket.reqrep declared as MsgModifier and TypeFieldDescriptionprivate MsgRouter.prefetchedIdprivate MsgRouter.prefetchedMsgMethods in zmq.socket.reqrep that return MsgModifier and TypeMethodDescriptionprotected final MsgDealer.recvpipe(ValueReference<Pipe> pipe) private MsgReq.recvReplyPipe()protected MsgDealer.xrecv()protected MsgRep.xrecv()protected MsgReq.xrecv()protected MsgRouter.xrecv()Methods in zmq.socket.reqrep with parameters of type Msg -
Uses of Msg in zmq.socket.scattergather
Methods in zmq.socket.scattergather that return MsgMethods in zmq.socket.scattergather with parameters of type Msg -
Uses of Msg in zmq.util