| Package | Description | 
|---|---|
| org.jboss.netty.handler.queue | The special-purpose handlers that store an event into an internal queue
 instead of propagating the event immediately. | 
| Modifier and Type | Method and Description | 
|---|---|
| ChannelEvent | BlockingReadHandler. readEvent(long timeout,
         TimeUnit unit)Waits until a new  ChannelEventis received or the associatedChannelis closed. | 
Copyright © 2008-2014 The Netty Project. All Rights Reserved.