Uses of Interface
rabbit.httpio.HttpHeaderListener

Packages that use HttpHeaderListener
rabbit.httpio General http io classes 
rabbit.proxy The web proxy components. 
 

Uses of HttpHeaderListener in rabbit.httpio
 

Classes in rabbit.httpio that implement HttpHeaderListener
 class HttpResponseReader
          A handler that write one http header and reads a response
 

Constructors in rabbit.httpio with parameters of type HttpHeaderListener
HttpHeaderReader(SocketChannel channel, BufferHandle bh, Selector selector, Logger logger, TrafficLogger tl, boolean request, boolean strictHttp, HttpHeaderListener reader)
           
 

Uses of HttpHeaderListener in rabbit.proxy
 

Classes in rabbit.proxy that implement HttpHeaderListener
 class SWC
          A class that tries to establish a connection to the real server or the next proxy in the chain.