Uses of Interface
rabbit.nio.ReadHandler

Packages that use ReadHandler
rabbit.httpio General http io classes 
rabbit.nio The nio components that rabbit uses. 
 

Uses of ReadHandler in rabbit.httpio
 

Classes in rabbit.httpio that implement ReadHandler
 class HttpHeaderReader
          A handler that reads http headers
 class WebConnectionResourceSource
          A resource source that gets the data from a WebConnection
 

Methods in rabbit.httpio with parameters of type ReadHandler
 void BaseSocketHandler.waitForRead(ReadHandler rh)
           
 

Uses of ReadHandler in rabbit.nio
 

Methods in rabbit.nio with parameters of type ReadHandler
 void NioHandler.waitForRead(SelectableChannel channel, ReadHandler handler)
          Install an event listener for read events.
 void MultiSelectorNioHandler.waitForRead(SelectableChannel channel, ReadHandler handler)