com.koushikdutta.async.http.filter
Class ChunkedOutputFilter

java.lang.Object
  extended by com.koushikdutta.async.BufferedDataSink
      extended by com.koushikdutta.async.FilteredDataSink
          extended by com.koushikdutta.async.http.filter.ChunkedOutputFilter
All Implemented Interfaces:
DataSink

public class ChunkedOutputFilter
extends FilteredDataSink


Constructor Summary
ChunkedOutputFilter(DataSink sink)
           
 
Method Summary
 ByteBufferList filter(ByteBufferList bb)
           
 
Methods inherited from class com.koushikdutta.async.FilteredDataSink
write, write
 
Methods inherited from class com.koushikdutta.async.BufferedDataSink
close, end, getClosedCallback, getDataSink, getMaxBuffer, getServer, getWriteableCallback, isBuffering, isOpen, remaining, setClosedCallback, setMaxBuffer, setWriteableCallback, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChunkedOutputFilter

public ChunkedOutputFilter(DataSink sink)
Method Detail

filter

public ByteBufferList filter(ByteBufferList bb)
Overrides:
filter in class FilteredDataSink