Uses of Interface
rabbit.io.SocketHandler

Packages that use SocketHandler
rabbit.io Classes that deal with network and i/o. 
rabbit.proxy The web proxy components. 
 

Uses of SocketHandler in rabbit.io
 

Fields in rabbit.io declared as SocketHandler
 SocketHandler HandlerRegistration.handler
           
 

Constructors in rabbit.io with parameters of type SocketHandler
HandlerRegistration(SocketHandler handler)
           
HandlerRegistration(SocketHandler handler, long when)
           
 

Uses of SocketHandler in rabbit.proxy
 

Classes in rabbit.proxy that implement SocketHandler
 class BaseSocketHandler
          A base class for socket handlers.
 class BlockSender
          A handler that writes data blocks.
 class HttpHeaderReader
          A handler that reads http headers
 class WebConnectionResourceSource
          A resource source that gets the data from a WebConnection