rabbit.proxy
Class Connection.RequestHandler

java.lang.Object
  extended byrabbit.proxy.Connection.RequestHandler
Enclosing class:
Connection

protected static class Connection.RequestHandler
extends java.lang.Object


Field Summary
 java.lang.Class chandler
           
 HTTPInputStream contentStream
           
 HTTPHeader dataHook
           
 NCacheEntry entry
           
 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

chandler

public java.lang.Class chandler

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()