Uses of Class
ccs.utils.SwappingBuffer

Packages that use SwappingBuffer
ccs.beetree A B-Tree-based BLOB persistence engine. 
ccs.cdb Object-persistence layer on top of the BeeTree BLOB-persistence engine. 
ccs.http Utility methods for HTTP servers. 
ccs.mime Classes for MIME entities, similar structures inside certain non-MIME protocols, (HTTP to the white courtesy phone please) and allied trades. 
ccs.utils Multifarious utility classes. 
ccs.xml Classes for manipulating XML, and particularly the CXT XML language used for data documents (which are transformed into a renderable output document - XHTML or similar - using XSLT). 
 

Uses of SwappingBuffer in ccs.beetree
 

Methods in ccs.beetree that return SwappingBuffer
 SwappingBuffer BeeGeneric.getSwappingBuffer()
          Gain direct access to the current SwappingBuffer.
 

Uses of SwappingBuffer in ccs.cdb
 

Methods in ccs.cdb that return SwappingBuffer
 SwappingBuffer ChromeCache.chromeFor(java.lang.String dbID, java.lang.String objectID)
          Obtain a "chrome" - or indeed, any other - file, from a cached CDB.
 SwappingBuffer ChromeCache.chromeFor(java.lang.String dbID, java.lang.String objectID, java.util.Date modified)
          Obtain a "chrome" - or indeed, any other - file, from a cached CDB.
 SwappingBuffer ChromeCache.commonChromeFor(java.lang.String objectID)
          As well as application-specific chrome, we maintain a CDB of "common chrome".
 SwappingBuffer ChromeCache.commonChromeFor(java.lang.String objectID, java.util.Date modified)
          As well as application-specific chrome, we maintain a CDB of "common chrome".
 SwappingBuffer CDBFile.getBuffer()
          Returns the SwappingBuffer used as the source / target for virtual files.
 

Methods in ccs.cdb with parameters of type SwappingBuffer
 void CDBFile.setBuffer(SwappingBuffer sb)
          Sets the swapping buffer used as the source / target for writes / reads.
 

Uses of SwappingBuffer in ccs.http
 

Fields in ccs.http declared as SwappingBuffer
protected  SwappingBuffer ContentConnection.q
          Deprecated. The SwappingBuffer which will contain the return from this connection.
 

Methods in ccs.http that return SwappingBuffer
 SwappingBuffer HException.defaultBody(java.lang.String method, java.lang.String uri)
          Builds a default HTML message body which describes this exception.
 SwappingBuffer RedirectException.defaultBody(java.lang.String method, java.lang.String uri)
          Builds a default HTML message body which describes this exception.
 SwappingBuffer ExceptionHelper.transformException(SwappingBuffer cxtdoc)
          Tranform the supplied CXT document, containing the exception definition, into an HTML page to give to the user.
 

Methods in ccs.http with parameters of type SwappingBuffer
 void HException.send(java.io.OutputStream os, java.lang.String authCookie, SwappingBuffer body, java.lang.String method)
          send this HException back to the client, as a raw HTTP response.
protected  void AbstractXhtmlHandler.sendBuffer(java.lang.String objectID, SwappingBuffer q, org.mortbay.http.HttpRequest ha, org.mortbay.http.HttpResponse hq)
          Send back a filled SwappingBuffer.
 SwappingBuffer ExceptionHelper.transformException(SwappingBuffer cxtdoc)
          Tranform the supplied CXT document, containing the exception definition, into an HTML page to give to the user.
 

Uses of SwappingBuffer in ccs.mime
 

Methods in ccs.mime that return SwappingBuffer
 SwappingBuffer HeaderedEntity.getBody()
          Gets the current body.
 

Methods in ccs.mime with parameters of type SwappingBuffer
 void HeaderedEntity.setBody(SwappingBuffer body)
          Set the body to be the content of the supplied SwappingBuffer.
 

Uses of SwappingBuffer in ccs.utils
 

Subclasses of SwappingBuffer in ccs.utils
 class RepeatingSwappingBuffer
          A SwappingBuffer which, once filled, can be written multiple times.
 

Methods in ccs.utils with parameters of type SwappingBuffer
 void ImageCanvas.loadImage(SwappingBuffer wad)
          Deprecated. Load image from a pre-filled SwappingBuffer.
 

Uses of SwappingBuffer in ccs.xml
 

Methods in ccs.xml that return SwappingBuffer
 SwappingBuffer XSLCache.transform(java.lang.String sheetURL, java.io.InputStream src, java.lang.String srcURL)
          Transforms the specified document.
 SwappingBuffer XSLCache.transform(java.lang.String sheetURL, java.io.InputStream src, java.lang.String srcURL, boolean isClose, java.util.Collection<XSLParameter> params, boolean isNocache)
          Transforms the specified document.