All Classes and Interfaces
Class
Description
Channel is a thread-safe data structure which exposes three basic operations:
Returned by
Channel.sendSafe(Object)
and Channel.receiveSafe()
when the channel is closed.Thrown by
Channel.send(Object)
and Channel.receive()
when the channel is closed.