rabbit.httpio
Class ChunkEnder
java.lang.Object
rabbit.httpio.ChunkEnder
public class ChunkEnder
- extends Object
A class that sends the chunk ending (with an empty footer).
- Author:
- Robert Olofsson
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChunkEnder
public ChunkEnder()
sendChunkEnding
public void sendChunkEnding(SocketChannel channel,
NioHandler nioHandler,
TrafficLogger tl,
BlockSentListener bsl)
throws IOException
- Throws:
IOException