rabbit.proxy
Class Connection.RequestHandler

java.lang.Object
  extended by rabbit.proxy.Connection.RequestHandler
Enclosing class:
Connection

protected class Connection.RequestHandler
extends java.lang.Object

A container to send around less parameters.


Field Summary
 HTTPInputStream contentStream
           
 HTTPHeader dataHook
           
 NCacheEntry entry
           
 HandlerFactory handlerFactory
           
 java.util.Date requestTime
           
 long size
           
 WebConnection wc
           
 HTTPHeader webheader
           
 
Constructor Summary
protected Connection.RequestHandler()
           
 
Method Summary
 HTTPHeader getDataHook()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

contentStream

public HTTPInputStream contentStream

webheader

public HTTPHeader webheader

entry

public NCacheEntry entry

dataHook

public HTTPHeader dataHook

handlerFactory

public HandlerFactory handlerFactory

size

public long size

wc

public WebConnection wc

requestTime

public java.util.Date requestTime
Constructor Detail

Connection.RequestHandler

protected Connection.RequestHandler()
Method Detail

getDataHook

public HTTPHeader getDataHook()