rabbit.httpio
Class ChunkHandler
java.lang.Object
rabbit.httpio.ChunkHandler
public class ChunkHandler
- extends Object
The chunk handler gets raw data buffers and passes the de-chunked content
to the listener.
- Author:
- Robert Olofsson
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChunkHandler
public ChunkHandler(ChunkDataFeeder feeder,
boolean strictHttp)
setBlockListener
public void setBlockListener(BlockListener listener)
getTotalRead
public long getTotalRead()
handleData
public void handleData(BufferHandle bufHandle)