程序包 | 说明 |
---|---|
org.jboss.netty.handler.queue |
The special-purpose handlers that store an event into an internal queue
instead of propagating the event immediately.
|
限定符和类型 | 方法和说明 |
---|---|
ChannelEvent |
BlockingReadHandler.readEvent(long timeout,
java.util.concurrent.TimeUnit unit)
Waits until a new
ChannelEvent is received or the associated
Channel is closed. |