com.planetj.servlet.filter.compression
Interface ThresholdOutputStream.BufferCommitmentCallback

All Known Implementing Classes:
CompressingServletOutputStream.ResponseBufferCommitmentCallback
Enclosing class:
ThresholdOutputStream

static interface ThresholdOutputStream.BufferCommitmentCallback

Implementations of this interface are used to receive notification that this stream has either committed bytes to the "raw" stream (without compression), or has committed bytes to a compressing stream.


Method Summary
 void compressingStreamCommitted()
           
 void rawStreamCommitted()
           
 

Method Detail

rawStreamCommitted

void rawStreamCommitted()

compressingStreamCommitted

void compressingStreamCommitted()