Class MailboxSafe
java.lang.Object
zmq.MailboxSafe
- All Implemented Interfaces:
Closeable, AutoCloseable, IMailbox
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddSignaler(Signaler signaler) voidvoidclose()recv(long timeout) voidremoveSignaler(Signaler signaler) voidtoString()
-
Field Details
-
cpipe
-
sync
-
condition
-
signalers
-
name
-
errno
-
-
Constructor Details
-
MailboxSafe
-
-
Method Details
-
addSignaler
-
removeSignaler
-
clearSignalers
public void clearSignalers() -
send
-
recv
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
toString
-