PushEntityCachedResource
EntityCachedResource that reads data from the file rather than attempting
to use ActiveStream to tee output to a client that is not there.
author: Paul Henshaw, The Fantastic Corporation, Paul.Henshaw@fantastic.com version: $Revision: 1.1 $ version: $Id: PushEntityCachedResource.java,v 1.1 2001/10/03 15:00:46 ylafon Exp $
PushEntityCachedResource(PushCacheFilter filter, Request req, PushReply rep) Construct a PushEntityCachedResource
Used by the PushCacheManager to actually store a PUSH resource.
Note PushEntityCachedResource are used only when saving
resources.
Construct a PushEntityCachedResource
Used by the PushCacheManager to actually store a PUSH resource.
Note PushEntityCachedResource are used only when saving
resources. When extracting resources from the cache,
EntityCachedResources are used.
Parameters: filter - the PushCacheFilter that in fact has not done anything yet, but which knows how to handle a PUSHed resource Parameters: req - the forged request for a URL Parameters: rep - the forged reply for the URL
Fields inherited from org.w3c.www.protocol.http.cache.EntityCachedResource