| Package | Description |
|---|---|
| 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.pipeline | |
| zmq.socket.pubsub | |
| zmq.socket.reqrep | |
| zmq.util |
| Modifier and Type | Class and Description |
|---|---|
static class |
Msg.Builder |
| Modifier and Type | Method and Description |
|---|---|
Msg |
Msg.Builder.build() |
static Msg |
ZMQ.msgInit() |
static Msg |
ZMQ.msgInitWithSize(int messageSize) |
Msg |
Msg.put(byte b) |
Msg |
Msg.put(byte[] src) |
Msg |
Msg.put(byte[] src,
int off,
int len) |
Msg |
Msg.Builder.put(byte[] src,
int off,
int len) |
Msg |
Msg.put(ByteBuffer src) |
Msg |
Msg.put(ByteBuffer src,
int off,
int len) |
Msg |
Msg.Builder.put(ByteBuffer src,
int off,
int len) |
Msg |
Msg.put(int b) |
protected Msg |
Msg.put(int index,
byte b) |
protected Msg |
Msg.Builder.put(int index,
byte b) |
Msg |
Msg.putShortString(String data)
Puts a string into the message, prefixed with its length.
|
Msg |
Msg.Builder.putShortString(String data) |
Msg |
SocketBase.recv(int flags) |
static Msg |
ZMQ.recv(SocketBase s,
int flags) |
static Msg |
ZMQ.recvMsg(SocketBase s,
int flags) |
Msg |
Msg.setMetadata(Metadata metadata) |
protected Msg |
SocketBase.xrecv() |
| Modifier and Type | Method and Description |
|---|---|
static String |
ZMQ.getMessageMetadata(Msg msg,
String property) |
static int |
ZMQ.getMessageOption(Msg msg,
int option) |
static int |
ZMQ.msgSize(Msg msg) |
boolean |
SocketBase.send(Msg msg,
int flags) |
static int |
ZMQ.send(SocketBase s,
Msg msg,
int flags) |
static int |
ZMQ.sendMsg(SocketBase s,
Msg msg,
int flags) |
protected boolean |
SocketBase.xsend(Msg msg) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ZObject.processHiccup(YPipeBase<Msg> hiccupPipe) |
protected void |
ZObject.sendHiccup(Pipe destination,
YPipeBase<Msg> pipe) |
| Constructor and Description |
|---|
Msg(Msg m) |
| Modifier and Type | Method and Description |
|---|---|
protected Msg |
SessionBase.pullMsg() |
Msg |
SessionBase.readZapMsg() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
SessionBase.pushMsg(Msg msg) |
int |
Metadata.read(Msg msg,
int offset,
Metadata.ParseListener listener) |
static boolean |
Msgs.startsWith(Msg msg,
String data,
boolean includeLength)
Checks if the message starts with the given string.
|
boolean |
SessionBase.writeZapMsg(Msg msg) |
| Modifier and Type | Field and Description |
|---|---|
protected Msg |
Decoder.inProgress |
protected Msg |
EncoderBase.inProgress |
| Modifier and Type | Method and Description |
|---|---|
protected Msg |
Decoder.allocate(int size) |
Msg |
Decoder.msg() |
Msg |
IDecoder.msg() |
| Modifier and Type | Method and Description |
|---|---|
void |
IEncoder.loadMsg(Msg msg) |
void |
EncoderBase.loadMsg(Msg msg) |
protected void |
DecoderBase.nextStep(Msg msg,
IDecoder.Step next) |
protected void |
EncoderBase.nextStep(Msg msg,
Runnable state,
boolean beginning) |
| Modifier and Type | Field and Description |
|---|---|
protected Msg |
RawDecoder.inProgress |
| Modifier and Type | Method and Description |
|---|---|
Msg |
RawDecoder.msg() |
| Modifier and Type | Method and Description |
|---|---|
protected Msg |
V2Decoder.allocate(int size) |
| Modifier and Type | Method and Description |
|---|---|
Msg |
Mechanism.decode(Msg msg) |
Msg |
Mechanism.encode(Msg msg) |
Msg |
Mechanism.peerIdentity() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Mechanism.addProperty(Msg msg,
String name,
byte[] value) |
protected void |
Mechanism.addProperty(Msg msg,
String name,
String value) |
protected boolean |
Mechanism.compare(Msg msg,
String data,
boolean includeLength) |
Msg |
Mechanism.decode(Msg msg) |
Msg |
Mechanism.encode(Msg msg) |
abstract int |
Mechanism.nextHandshakeCommand(Msg msg) |
protected int |
Mechanism.parseMetadata(Msg msg,
int offset,
boolean zapFlag) |
abstract int |
Mechanism.processHandshakeCommand(Msg msg) |
| Modifier and Type | Method and Description |
|---|---|
Msg |
CurveServerMechanism.decode(Msg msg) |
Msg |
CurveClientMechanism.decode(Msg msg) |
Msg |
CurveServerMechanism.encode(Msg msg) |
Msg |
CurveClientMechanism.encode(Msg msg) |
| Modifier and Type | Method and Description |
|---|---|
Msg |
CurveServerMechanism.decode(Msg msg) |
Msg |
CurveClientMechanism.decode(Msg msg) |
Msg |
CurveServerMechanism.encode(Msg msg) |
Msg |
CurveClientMechanism.encode(Msg msg) |
int |
CurveServerMechanism.nextHandshakeCommand(Msg msg) |
int |
CurveClientMechanism.nextHandshakeCommand(Msg msg) |
int |
CurveServerMechanism.processHandshakeCommand(Msg msg) |
int |
CurveClientMechanism.processHandshakeCommand(Msg msg) |
| Modifier and Type | Method and Description |
|---|---|
int |
GssapiClientMechanism.nextHandshakeCommand(Msg msg) |
int |
GssapiServerMechanism.nextHandshakeCommand(Msg msg) |
int |
GssapiClientMechanism.processHandshakeCommand(Msg msg) |
int |
GssapiServerMechanism.processHandshakeCommand(Msg msg) |
| Modifier and Type | Method and Description |
|---|---|
int |
PlainClientMechanism.nextHandshakeCommand(Msg msg) |
int |
PlainServerMechanism.nextHandshakeCommand(Msg msg) |
int |
PlainClientMechanism.processHandshakeCommand(Msg msg) |
int |
PlainServerMechanism.processHandshakeCommand(Msg msg) |
| Modifier and Type | Method and Description |
|---|---|
Msg |
MsgAllocator.allocate(int size) |
Msg |
MsgAllocatorHeap.allocate(int size) |
Msg |
MsgAllocatorDirect.allocate(int size) |
Msg |
MsgAllocatorThreshold.allocate(int size) |
| Modifier and Type | Class and Description |
|---|---|
class |
YPipeConflate<T extends Msg> |
| Modifier and Type | Method and Description |
|---|---|
Msg |
Pipe.read() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Pipe.write(Msg msg) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Pipe.processHiccup(YPipeBase<Msg> pipe) |
| Modifier and Type | Method and Description |
|---|---|
Msg |
FQ.recv(Errno errno) |
Msg |
FQ.recvPipe(Errno errno,
ValueReference<Pipe> pipe) |
protected Msg |
Pair.xrecv() |
Msg |
Stream.xrecv() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
LB.sendpipe(Msg msg,
Errno errno,
ValueReference<Pipe> pipe) |
protected boolean |
Pair.xsend(Msg msg) |
protected boolean |
Stream.xsend(Msg msg) |
| Modifier and Type | Method and Description |
|---|---|
Msg |
Pull.xrecv() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Push.xsend(Msg msg) |
| Modifier and Type | Method and Description |
|---|---|
protected Msg |
XPub.xrecv() |
protected Msg |
XSub.xrecv() |
protected Msg |
Pub.xrecv() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
Sub.xsend(Msg msg) |
protected boolean |
XPub.xsend(Msg msg) |
protected boolean |
XSub.xsend(Msg msg) |
| Modifier and Type | Method and Description |
|---|---|
protected Msg |
Dealer.recvpipe(ValueReference<Pipe> pipe) |
protected Msg |
Router.xrecv() |
protected Msg |
Req.xrecv() |
protected Msg |
Rep.xrecv() |
protected Msg |
Dealer.xrecv() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Req.ReqSession.pushMsg(Msg msg) |
protected boolean |
Dealer.sendpipe(Msg msg,
ValueReference<Pipe> pipe) |
protected boolean |
Router.xsend(Msg msg) |
boolean |
Req.xsend(Msg msg) |
protected boolean |
Rep.xsend(Msg msg) |
protected boolean |
Dealer.xsend(Msg msg) |
| Modifier and Type | Method and Description |
|---|---|
static Msg |
Wire.putUInt16(Msg msg,
int value) |
static Msg |
Wire.putUInt32(Msg msg,
int value) |
| Modifier and Type | Method and Description |
|---|---|
static Blob |
Blob.createBlob(Msg msg) |
static int |
Wire.getUInt32(Msg msg,
int offset) |
static long |
Wire.getUInt64(Msg msg,
int offset) |
static Msg |
Wire.putUInt16(Msg msg,
int value) |
static Msg |
Wire.putUInt32(Msg msg,
int value) |
Copyright © 2020. All rights reserved.