| Package | Description |
|---|---|
| org.zeromq |
Provides high-level bindings for ØMQ.
|
| zmq |
Provides low-level bindings for ØMQ.
|
| zmq.io | |
| zmq.io.net.ipc | |
| zmq.io.net.tcp | |
| zmq.io.net.tipc | |
| zmq.poll | |
| zmq.socket | |
| zmq.socket.pipeline | |
| zmq.socket.pubsub | |
| zmq.socket.reqrep |
| Modifier and Type | Method and Description |
|---|---|
SocketBase |
ZMQ.Socket.base()
DO NOT USE if you're trying to build a special proxy
|
| Constructor and Description |
|---|
Socket(SocketBase base) |
| Modifier and Type | Field and Description |
|---|---|
SocketBase |
Ctx.Endpoint.socket |
| Modifier and Type | Method and Description |
|---|---|
SocketBase |
Ctx.createSocket(int type) |
static SocketBase |
ZMQ.socket(Ctx ctx,
int type) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ZMQ.bind(SocketBase s,
String addr) |
static void |
ZMQ.close(SocketBase s) |
static void |
ZMQ.closeZeroLinger(SocketBase s) |
static boolean |
ZMQ.connect(SocketBase s,
String addr) |
protected void |
ZObject.connectPending(String addr,
SocketBase bindSocket) |
protected void |
ZObject.destroySocket(SocketBase socket) |
static boolean |
ZMQ.device(int device,
SocketBase frontend,
SocketBase backend) |
static boolean |
ZMQ.disconnect(SocketBase s,
String addr) |
static int |
ZMQ.getSocketOption(SocketBase s,
int opt) |
static Object |
ZMQ.getSocketOptionExt(SocketBase s,
int option) |
static boolean |
ZMQ.monitorSocket(SocketBase s,
String addr,
int events) |
protected void |
ZObject.processReap(SocketBase socket) |
static boolean |
ZMQ.proxy(SocketBase frontend,
SocketBase backend,
SocketBase capture) |
static boolean |
ZMQ.proxy(SocketBase frontend,
SocketBase backend,
SocketBase capture,
SocketBase control) |
static ZMQ.Event |
ZMQ.Event.read(SocketBase s) |
static ZMQ.Event |
ZMQ.Event.read(SocketBase s,
int flags) |
static Msg |
ZMQ.recv(SocketBase s,
int flags) |
int |
ZMQ.recviov(SocketBase s,
byte[][] a,
int count,
int flags) |
static Msg |
ZMQ.recvMsg(SocketBase s,
int flags) |
static int |
ZMQ.send(SocketBase s,
byte[] buf,
int flags) |
static int |
ZMQ.send(SocketBase s,
byte[] buf,
int len,
int flags) |
static int |
ZMQ.send(SocketBase s,
Msg msg,
int flags) |
static int |
ZMQ.send(SocketBase s,
String str,
int flags) |
protected void |
ZObject.sendInprocConnected(SocketBase socket) |
int |
ZMQ.sendiov(SocketBase s,
byte[][] a,
int count,
int flags) |
static boolean |
ZMQ.sendMsg(SocketBase socket,
byte[]... data) |
static int |
ZMQ.sendMsg(SocketBase s,
Msg msg,
int flags) |
protected void |
ZObject.sendReap(SocketBase socket) |
static boolean |
ZMQ.setSocketOption(SocketBase s,
int option,
Object optval) |
static boolean |
ZMQ.unbind(SocketBase s,
String addr) |
protected boolean |
ZObject.unregisterEndpoint(String addr,
SocketBase socket) |
protected void |
ZObject.unregisterEndpoints(SocketBase socket) |
boolean |
ZMQ.Event.write(SocketBase s) |
| Constructor and Description |
|---|
Endpoint(SocketBase socket,
Options options) |
| Modifier and Type | Field and Description |
|---|---|
protected SocketBase |
SessionBase.socket |
| Modifier and Type | Method and Description |
|---|---|
SocketBase |
SessionBase.getSocket() |
| Constructor and Description |
|---|
SessionBase(IOThread ioThread,
boolean connect,
SocketBase socket,
Options options,
Address addr) |
| Constructor and Description |
|---|
IpcListener(IOThread ioThread,
SocketBase socket,
Options options) |
| Constructor and Description |
|---|
TcpListener(IOThread ioThread,
SocketBase socket,
Options options) |
| Constructor and Description |
|---|
TipcListener(IOThread ioThread,
SocketBase socket,
Options options) |
| Modifier and Type | Method and Description |
|---|---|
SocketBase |
PollItem.getSocket() |
| Constructor and Description |
|---|
PollItem(SocketBase socket,
int ops) |
| Modifier and Type | Class and Description |
|---|---|
class |
Pair |
class |
Stream |
| Modifier and Type | Method and Description |
|---|---|
static SocketBase |
Sockets.create(int socketType,
Ctx parent,
int tid,
int sid) |
| Modifier and Type | Method and Description |
|---|---|
SessionBase |
Sockets.create(IOThread ioThread,
boolean connect,
SocketBase socket,
Options options,
Address addr) |
static SessionBase |
Sockets.createSession(IOThread ioThread,
boolean connect,
SocketBase socket,
Options options,
Address addr) |
| Modifier and Type | Class and Description |
|---|---|
class |
Pull |
class |
Push |
| Modifier and Type | Class and Description |
|---|---|
class |
Pub |
class |
Sub |
class |
XPub |
class |
XSub |
| Modifier and Type | Class and Description |
|---|---|
class |
Dealer |
class |
Rep |
class |
Req |
class |
Router |
| Constructor and Description |
|---|
ReqSession(IOThread ioThread,
boolean connect,
SocketBase socket,
Options options,
Address addr) |
Copyright © 2020. All rights reserved.