Uses of Class
zmq.Msg
-
Packages that use Msg Package Description org.zeromq Provides high-level bindings for ØMQ.zmq Provides low-level bindings for ØMQ.zmq.io zmq.io.coder zmq.io.coder.raw zmq.io.coder.v2 zmq.io.mechanism zmq.io.mechanism.curve zmq.io.mechanism.gssapi zmq.io.mechanism.plain zmq.msg Provides utility for message allocation within ØMQ.zmq.pipe zmq.socket zmq.socket.clientserver zmq.socket.pipeline zmq.socket.pubsub zmq.socket.radiodish zmq.socket.reqrep zmq.socket.scattergather zmq.util -
-
Uses of Msg in org.zeromq
Constructors in org.zeromq with parameters of type Msg Constructor Description ZFrame(Msg msg)Class Constructor Uses internal Msg class to access routingId -
Uses of Msg in zmq
Subclasses of Msg in zmq Modifier and Type Class Description static classMsg.BuilderFields in zmq declared as Msg Modifier and Type Field Description MsgOptions. disconnectMsgMsgOptions. helloMsgMsgOptions. hiccupMsgMethods in zmq that return Msg Modifier and Type Method Description MsgMsg.Builder. build()static MsgZMQ. msgInit()static MsgZMQ. msgInitWithSize(int messageSize)MsgMsg.Builder. put(byte[] src, int off, int len)protected MsgMsg.Builder. put(int index, byte b)MsgMsg.Builder. put(java.nio.ByteBuffer src, int off, int len)MsgMsg. put(byte b)MsgMsg. put(byte[] src)MsgMsg. put(byte[] src, int off, int len)MsgMsg. put(int b)protected MsgMsg. put(int index, byte b)MsgMsg. put(java.nio.ByteBuffer src)MsgMsg. put(java.nio.ByteBuffer src, int off, int len)MsgMsg.Builder. putShortString(java.lang.String data)MsgMsg. putShortString(java.lang.String data)Puts a string into the message, prefixed with its length.MsgSocketBase. recv(int flags)MsgSocketBase. recv(int flags, java.util.concurrent.atomic.AtomicBoolean canceled)static MsgZMQ. recv(SocketBase s, int flags)static MsgZMQ. recvMsg(SocketBase s, int flags)MsgMsg. setMetadata(Metadata metadata)protected MsgSocketBase. xrecv()Methods in zmq with parameters of type Msg Modifier and Type Method Description private booleanProxy. capture(SocketBase capture, Msg msg, int more)private voidSocketBase. extractFlags(Msg msg)java.lang.StringZMQ. getMessageGroup(Msg msg)static java.lang.StringZMQ. getMessageMetadata(Msg msg, java.lang.String property)static intZMQ. getMessageOption(Msg msg, int option)intZMQ. getMessageRoutingId(Msg msg)static intZMQ. msgSize(Msg msg)booleanSocketBase. send(Msg msg, int flags)booleanSocketBase. send(Msg msg, int flags, java.util.concurrent.atomic.AtomicBoolean canceled)static intZMQ. send(SocketBase s, Msg msg, int flags)static intZMQ. sendMsg(SocketBase s, Msg msg, int flags)booleanZMQ. setMessageGroup(Msg msg, java.lang.String group)booleanZMQ. setMessageRoutingId(Msg msg, int routingId)protected booleanSocketBase. xsend(Msg msg)Method parameters in zmq with type arguments of type Msg Modifier and Type Method Description protected voidZObject. processHiccup(YPipeBase<Msg> hiccupPipe)protected voidZObject. sendHiccup(Pipe destination, YPipeBase<Msg> pipe)Constructors in zmq with parameters of type Msg Constructor Description Msg(Msg m)Msg(Msg src, java.io.ByteArrayOutputStream out) -
Uses of Msg in zmq.io
Fields in zmq.io with type parameters of type Msg Modifier and Type Field Description private Function<Msg,java.lang.Boolean>StreamEngine. decodeAndPushprivate Supplier<Msg>StreamEngine. nextHandshakeCommandprivate Supplier<Msg>StreamEngine. nextIdentityprivate Supplier<Msg>StreamEngine. nextMsgprivate Function<Msg,java.lang.Boolean>StreamEngine. processHandshakeCommandprivate Function<Msg,java.lang.Boolean>StreamEngine. processIdentityprivate Function<Msg,java.lang.Boolean>StreamEngine. processMsgprivate Supplier<Msg>StreamEngine. producePingMessageprivate Supplier<Msg>StreamEngine. pullAndEncodeprivate Supplier<Msg>StreamEngine. pullMsgFromSessionprivate Function<Msg,java.lang.Boolean>StreamEngine. pushMsgToSessionprivate Function<Msg,java.lang.Boolean>StreamEngine. pushOneThenDecodeAndPushprivate Function<Msg,java.lang.Boolean>StreamEngine. pushRawMsgToSessionprivate Function<Msg,java.lang.Boolean>StreamEngine. writeCredentialMethods in zmq.io that return Msg Modifier and Type Method Description MsgStreamEngine.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()MsgSessionBase. readZapMsg()Methods in zmq.io with parameters of type Msg Modifier and Type Method Description private 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 booleanSessionBase. pushMsg(Msg msg)private booleanStreamEngine. pushMsgToSession(Msg msg)private booleanStreamEngine. pushOneThenDecodeAndPush(Msg msg)private booleanStreamEngine. pushRawMsgToSession(Msg msg)intMetadata. read(Msg msg, int offset, Metadata.ParseListener listener)static booleanMsgs. startsWith(Msg msg, java.lang.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 Msg Modifier and Type Field Description protected MsgDecoder. inProgressprotected MsgEncoderBase. inProgressMethods in zmq.io.coder that return Msg Modifier and Type Method Description protected MsgDecoder. allocate(int size)MsgDecoder. msg()MsgIDecoder. msg()Methods in zmq.io.coder with parameters of type Msg Modifier and Type Method Description voidEncoderBase. loadMsg(Msg msg)voidIEncoder. loadMsg(Msg msg)protected voidDecoderBase. nextStep(Msg msg, IDecoder.Step next)protected voidEncoderBase. nextStep(Msg msg, java.lang.Runnable state, boolean beginning) -
Uses of Msg in zmq.io.coder.raw
Fields in zmq.io.coder.raw declared as Msg Modifier and Type Field Description protected MsgRawDecoder. inProgressMethods in zmq.io.coder.raw that return Msg Modifier and Type Method Description MsgRawDecoder. msg() -
Uses of Msg in zmq.io.coder.v2
Methods in zmq.io.coder.v2 that return Msg Modifier and Type Method Description protected MsgV2Decoder. allocate(int size) -
Uses of Msg in zmq.io.mechanism
Methods in zmq.io.mechanism that return Msg Modifier and Type Method Description MsgMechanism. decode(Msg msg)MsgMechanism. encode(Msg msg)MsgMechanism. peerIdentity()Methods in zmq.io.mechanism with parameters of type Msg Modifier and Type Method Description protected voidMechanism. addProperty(Msg msg, java.lang.String name, byte[] value)protected voidMechanism. addProperty(Msg msg, java.lang.String name, java.lang.String value)protected booleanMechanism. compare(Msg msg, java.lang.String data, boolean includeLength)MsgMechanism. decode(Msg msg)MsgMechanism. encode(Msg msg)abstract intMechanism. nextHandshakeCommand(Msg msg)intNullMechanism. nextHandshakeCommand(Msg msg)protected intMechanism. parseErrorMessage(Msg msg)protected 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 Msg Modifier and Type Method Description MsgCurveClientMechanism. decode(Msg msg)MsgCurveServerMechanism. decode(Msg msg)MsgCurveClientMechanism. encode(Msg msg)MsgCurveServerMechanism. encode(Msg msg)Methods in zmq.io.mechanism.curve with parameters of type Msg Modifier and Type Method Description MsgCurveClientMechanism. decode(Msg msg)MsgCurveServerMechanism. decode(Msg msg)MsgCurveClientMechanism. encode(Msg msg)MsgCurveServerMechanism. encode(Msg msg)intCurveClientMechanism. 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 Msg Modifier and Type Method Description intGssapiClientMechanism. 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 Msg Modifier and Type Method Description intPlainClientMechanism. 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
Methods in zmq.msg that return Msg Modifier and Type Method Description MsgMsgAllocator. allocate(int size)MsgMsgAllocatorDirect. allocate(int size)MsgMsgAllocatorHeap. allocate(int size)MsgMsgAllocatorThreshold. allocate(int size) -
Uses of Msg in zmq.pipe
Classes in zmq.pipe with type parameters of type Msg Modifier and Type Class Description (package private) classDBuffer<T extends Msg>classYPipeConflate<T extends Msg>Fields in zmq.pipe declared as Msg Modifier and Type Field Description private TDBuffer. backprivate MsgPipe. disconnectMsgprivate TDBuffer. frontFields in zmq.pipe with type parameters of type Msg Modifier and Type Field Description private YPipeBase<Msg>Pipe. inpipeprivate YPipeBase<Msg>Pipe. outpipeMethods in zmq.pipe that return Msg Modifier and Type Method Description MsgPipe. read()Methods in zmq.pipe with parameters of type Msg Modifier and Type Method Description private static booleanPipe. isDelimiter(Msg msg)voidPipe. sendHiccupMsg(Msg hiccupMsg)voidPipe. setDisconnectMsg(Msg msg)booleanPipe. write(Msg msg)Method parameters in zmq.pipe with type arguments of type Msg Modifier and Type Method Description protected voidPipe. processHiccup(YPipeBase<Msg> pipe)Constructor parameters in zmq.pipe with type arguments of type Msg Constructor Description Pipe(ZObject parent, YPipeBase<Msg> inpipe, YPipeBase<Msg> outpipe, int inhwm, int outhwm, boolean conflate) -
Uses of Msg in zmq.socket
Fields in zmq.socket declared as Msg Modifier and Type Field Description private MsgStream. prefetchedIdprivate MsgStream. prefetchedMsgMethods in zmq.socket that return Msg Modifier and Type Method Description MsgFQ. recv(Errno errno)MsgFQ. recvPipe(Errno errno, ValueReference<Pipe> pipe)protected MsgChannel. xrecv()protected MsgPair. xrecv()MsgStream. xrecv()Methods in zmq.socket with parameters of type Msg Modifier and Type Method Description booleanLB. sendpipe(Msg msg, Errno errno, ValueReference<Pipe> pipe)protected booleanChannel. xsend(Msg msg)protected booleanPair. xsend(Msg msg)protected booleanStream. xsend(Msg msg) -
Uses of Msg in zmq.socket.clientserver
Methods in zmq.socket.clientserver that return Msg Modifier and Type Method Description protected MsgClient. xrecv()protected MsgServer. xrecv()Methods in zmq.socket.clientserver with parameters of type Msg Modifier and Type Method Description protected booleanClient. xsend(Msg msg)protected booleanServer. xsend(Msg msg) -
Uses of Msg in zmq.socket.pipeline
Methods in zmq.socket.pipeline that return Msg Modifier and Type Method Description MsgPull. xrecv()Methods in zmq.socket.pipeline with parameters of type Msg Modifier and Type Method Description booleanPush. xsend(Msg msg) -
Uses of Msg in zmq.socket.pubsub
Fields in zmq.socket.pubsub declared as Msg Modifier and Type Field Description private MsgXSub. messageMethods in zmq.socket.pubsub that return Msg Modifier and Type Method Description protected MsgPub. xrecv()protected MsgXPub. xrecv()protected MsgXSub. xrecv()Methods in zmq.socket.pubsub with parameters of type Msg Modifier and Type Method Description booleanMtrie. add(Msg msg, Pipe pipe)booleanTrie. add(Msg msg, int start, int size)private booleanMtrie. addHelper(Msg msg, int start, int size, Pipe pipe)private voidDist. distribute(Msg msg)private booleanXSub. match(Msg msg)booleanMtrie. rm(Msg msg, Pipe pipe)booleanTrie. rm(Msg msg, int start, int size)private booleanMtrie. rmHelper(Msg msg, int start, int size, Pipe pipe)booleanDist. sendToAll(Msg msg)booleanDist. sendToMatching(Msg msg)private booleanDist. write(Pipe pipe, Msg msg)protected booleanSub. xsend(Msg msg)protected booleanXPub. xsend(Msg msg)protected booleanXSub. xsend(Msg msg) -
Uses of Msg in zmq.socket.radiodish
Fields in zmq.socket.radiodish declared as Msg Modifier and Type Field Description private MsgRadio.RadioSession. pendingprivate MsgDish. pendingMsgMethods in zmq.socket.radiodish that return Msg Modifier and Type Method Description protected 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 Modifier and Type Method Description booleanDish.DishSession. pushMsg(Msg msg)booleanRadio.RadioSession. pushMsg(Msg msg)protected booleanDish. xsend(Msg msg)protected booleanRadio. xsend(Msg msg) -
Uses of Msg in zmq.socket.reqrep
Fields in zmq.socket.reqrep declared as Msg Modifier and Type Field Description private MsgRouter. prefetchedIdprivate MsgRouter. prefetchedMsgMethods in zmq.socket.reqrep that return Msg Modifier and Type Method Description protected 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 Modifier and Type Method Description booleanReq.ReqSession. pushMsg(Msg msg)protected booleanDealer. sendpipe(Msg msg, ValueReference<Pipe> pipe)protected booleanDealer. xsend(Msg msg)protected booleanRep. xsend(Msg msg)booleanReq. xsend(Msg msg)protected booleanRouter. xsend(Msg msg) -
Uses of Msg in zmq.socket.scattergather
Methods in zmq.socket.scattergather that return Msg Modifier and Type Method Description protected MsgGather. xrecv()Methods in zmq.socket.scattergather with parameters of type Msg Modifier and Type Method Description protected booleanScatter. xsend(Msg msg) -
Uses of Msg in zmq.util
Methods in zmq.util that return Msg Modifier and Type Method Description static MsgWire. putUInt16(Msg msg, int value)static MsgWire. putUInt32(Msg msg, int value)Methods in zmq.util with parameters of type Msg Modifier and Type Method Description static BlobBlob. createBlob(Msg msg)static intWire. getUInt32(Msg msg, int offset)static longWire. getUInt64(Msg msg, int offset)static MsgWire. putUInt16(Msg msg, int value)static MsgWire. putUInt32(Msg msg, int value)
-