public class Mailbox extends Object implements Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
SelectableChannel |
getFd() |
zmq.Command |
recv(long timeout) |
void |
send(zmq.Command cmd) |
String |
toString() |
public Mailbox(String name)
public SelectableChannel getFd()
public void send(zmq.Command cmd)
public zmq.Command recv(long timeout)
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2016. All rights reserved.