|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectakka.zeromq.ZeroMQ
public class ZeroMQ
Java API for akka.zeromq
Constructor Summary | |
---|---|
ZeroMQ()
|
Method Summary | |
---|---|
static Affinity$ |
affinity()
The message to ask a ZeroMQ socket for its affinity configuration. |
static Backlog$ |
backlog()
The message to ask a ZeroMQ socket for its backlog configuration. |
static Closed$ |
closed()
The message that is sent when an ZeroMQ socket disconnects. |
static Connecting$ |
connecting()
The message that is sent when an ZeroMQ socket connects. |
static FileDescriptor$ |
fileDescriptor()
The message to ask a ZeroMQ socket for its file descriptor configuration. |
static Identity$ |
identity()
The message to ask a ZeroMQ socket for its identity configuration. |
static Linger$ |
linger()
The message to ask a ZeroMQ socket for its linger configuration. |
static MaxMsgSize$ |
maxMessageSize()
The message to ask a ZeroMQ socket for its max message size configuration. |
static MulticastHops$ |
multicastHops()
The message to ask a ZeroMQ socket for its multicast hops configuration. |
static MulticastLoop$ |
multicastLoop()
The message to ask a ZeroMQ socket for its multicast loop configuration. |
static Rate$ |
rate()
The message to ask a ZeroMQ socket for its rate configuration. |
static ReceiveBufferSize$ |
receiveBufferSize()
The message to ask a ZeroMQ socket for its receive bufferSize configuration. |
static ReceiveHighWatermark$ |
receiveHighWatermark()
The message to ask a ZeroMQ socket for its receive high watermark configuration. |
static ReconnectIVL$ |
reconnectIVL()
The message to ask a ZeroMQ socket for its reconnect interval configuration. |
static ReconnectIVLMax$ |
reconnectIVLMax()
The message to ask a ZeroMQ socket for its max reconnect interval configuration. |
static RecoveryInterval$ |
recoveryInterval()
The message to ask a ZeroMQ socket for its recovery interval configuration. |
static SendBufferSize$ |
sendBufferSize()
The message to ask a ZeroMQ socket for its send buffer size configuration. |
static SendHighWatermark$ |
sendHighWatermark()
The message to ask a ZeroMQ socket for its send high watermark configuration. |
static Swap$ |
swap()
The message to ask a ZeroMQ socket for its swap configuration. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ZeroMQ()
Method Detail |
---|
public static Connecting$ connecting()
if (message == connecting()) { // Socket connected }
public static Closed$ closed()
if (message == closed()) { // Socket disconnected }
public static Affinity$ affinity()
socket.ask(affinity())
public static Backlog$ backlog()
socket.ask(backlog())
public static FileDescriptor$ fileDescriptor()
socket.ask(fileDescriptor())
public static Identity$ identity()
socket.ask(identity())
public static Linger$ linger()
socket.ask(linger())
public static MaxMsgSize$ maxMessageSize()
socket.ask(maxMessageSize())
public static MulticastHops$ multicastHops()
socket.ask(multicastHops())
public static MulticastLoop$ multicastLoop()
socket.ask(multicastLoop())
public static Rate$ rate()
socket.ask(rate())
public static ReceiveBufferSize$ receiveBufferSize()
socket.ask(receiveBufferSize())
public static ReceiveHighWatermark$ receiveHighWatermark()
socket.ask(receiveHighWatermark())
public static ReconnectIVL$ reconnectIVL()
socket.ask(reconnectIVL())
public static ReconnectIVLMax$ reconnectIVLMax()
socket.ask(reconnectIVLMax())
public static RecoveryInterval$ recoveryInterval()
socket.ask(recoveryInterval())
public static SendBufferSize$ sendBufferSize()
socket.ask(sendBufferSize())
public static SendHighWatermark$ sendHighWatermark()
socket.ask(sendHighWatermark())
public static Swap$ swap()
socket.ask(swap())
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |