Uses of Class
rabbit.httpio.SelectorRunner

Packages that use SelectorRunner
rabbit.httpio General http io classes 
rabbit.webserver A simple web server, build using the rabbit components. 
 

Uses of SelectorRunner in rabbit.httpio
 

Constructors in rabbit.httpio with parameters of type SelectorRunner
Acceptor(ServerSocketChannel ssc, SelectorRunner selectorRunner, Logger logger, AcceptorListener listener)
           
 

Uses of SelectorRunner in rabbit.webserver
 

Methods in rabbit.webserver that return SelectorRunner
 SelectorRunner SimpleWebServer.getSelectorRunner()
          Get the SelectorRunner used by this web server.