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