|
|||||||||
| 上一个类 下一个类 | 框架 无框架 | ||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | ||||||||
java.lang.Objectorg.zeromq.ZMQ.Event
public static class ZMQ.Event
Inner class: Event. Monitor socket event class
| 构造方法摘要 | |
|---|---|
ZMQ.Event(int event,
java.lang.Object value,
java.lang.String address)
|
|
| 方法摘要 | |
|---|---|
java.lang.String |
getAddress()
Get the address. |
int |
getEvent()
|
java.lang.Object |
getValue()
|
static ZMQ.Event |
recv(ZMQ.Socket socket)
Receive an event from a monitor socket. |
static ZMQ.Event |
recv(ZMQ.Socket socket,
int flags)
Receive an event from a monitor socket. |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public ZMQ.Event(int event,
java.lang.Object value,
java.lang.String address)
| 方法详细信息 |
|---|
public int getEvent()
public java.lang.Object getValue()
public java.lang.String getAddress()
public static ZMQ.Event recv(ZMQ.Socket socket,
int flags)
throws ZMQException
socket - the socketflags - the flags to apply to the receive operation.
ZMQException
public static ZMQ.Event recv(ZMQ.Socket socket)
throws ZMQException
socket - the socket
ZMQException
|
|||||||||
| 上一个类 下一个类 | 框架 无框架 | ||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | ||||||||