Uses of Class
rabbit.cache.NCacheEntry

Packages that use NCacheEntry
rabbit.cache This package is a cache system. 
rabbit.proxy This is the main package for the RabbIT proxy. 
 

Uses of NCacheEntry in rabbit.cache
 

Methods in rabbit.cache that return NCacheEntry
 NCacheEntry NCache.getEntry(java.lang.Object o)
          Get the CacheEntry assosiated with given object.
 NCacheEntry NCache.newEntry(java.lang.Object o)
          Reserve space for a CacheEntry with key o.
 

Methods in rabbit.cache with parameters of type NCacheEntry
 void NCache.addEntry(NCacheEntry ent)
          Insert a CacheEntry into the cache.
 

Uses of NCacheEntry in rabbit.proxy
 

Methods in rabbit.proxy with parameters of type NCacheEntry
 HTTPHeader Connection.checkIfMatch(HTTPHeader header, NCacheEntry entry)
           
 HTTPHeader Connection.is304(HTTPHeader in, NCacheEntry entry)
          Check if the request allows us to use a "304 Not modified" response.
 

Constructors in rabbit.proxy with parameters of type NCacheEntry
RandomStream(NCacheEntry entry, java.util.Vector ranges)
          Create a new CacheStream from the given NCacheEntry
CacheStream(NCacheEntry entry)
          Create a new CacheStream from the given NCacheEntry