Uses of Class
org.jboss.netty.handler.queue.BlockingReadTimeoutException

Packages that use BlockingReadTimeoutException
org.jboss.netty.handler.queue The special-purpose handlers that store an event into an internal queue instead of propagating the event immediately. 
 

Uses of BlockingReadTimeoutException in org.jboss.netty.handler.queue
 

Methods in org.jboss.netty.handler.queue that throw BlockingReadTimeoutException
 ChannelEvent BlockingReadHandler.readEvent(long timeout, TimeUnit unit)
          Waits until a new ChannelEvent is received or the associated Channel is closed.
 



Copyright © 2008-2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.