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 Closeable
close
in interface AutoCloseable
IOException
Copyright © 2019. All rights reserved.