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.v1 | |
zmq.io.coder.v2 |
Modifier and Type | Method and Description |
---|---|
boolean |
ZMQ.Socket.setEncoder(java.lang.Class<? extends IEncoder> cls)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
java.lang.Class<? extends IEncoder> |
Options.encoder |
Modifier and Type | Field and Description |
---|---|
private IEncoder |
StreamEngine.encoder |
Modifier and Type | Class and Description |
---|---|
class |
Encoder |
class |
EncoderBase |
Modifier and Type | Class and Description |
---|---|
class |
RawEncoder |
Modifier and Type | Class and Description |
---|---|
class |
V1Encoder |
Modifier and Type | Class and Description |
---|---|
class |
V2Encoder |