Uses of Class
org.jboss.netty.handler.queue.BlockingReadTimeoutException
Packages that use BlockingReadTimeoutException
Package
Description
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 BlockingReadTimeoutExceptionModifier and TypeMethodDescriptionWaits until a newChannelEvent
is received or the associatedChannel
is closed.