Package org.jboss.netty.handler.queue
The special-purpose handlers that store an event into an internal queue
instead of propagating the event immediately.
-
Class Summary Class Description BlockingReadHandler<E> Emulates blocking read operation.BufferedWriteHandler Emulates buffered write operation. -
Exception Summary Exception Description BlockingReadTimeoutException AIOException
raised byBlockingReadHandler
when no data was read within a certain period of time.