Uses of Interface
ccs.cdb.CallbackStreamProducer

Packages that use CallbackStreamProducer
ccs.cdb Object-persistence layer on top of the BeeTree BLOB-persistence engine. 
ccs.http Utility methods for HTTP servers. 
 

Uses of CallbackStreamProducer in ccs.cdb
 

Classes in ccs.cdb that implement CallbackStreamProducer
 class CDBFile
          A CDBFile wraps a java.io.File and allows it to be stored in a CDB.
 

Uses of CallbackStreamProducer in ccs.http
 

Methods in ccs.http with parameters of type CallbackStreamProducer
protected  void AbstractXhtmlHandler.sendStream(java.lang.String objectID, CallbackStreamProducer src, java.lang.String mimeType, org.mortbay.http.HttpRequest ha, org.mortbay.http.HttpResponse hq)
          Send back a stream via a stream-producer / stream-consumer callback.