rabbit.httpio
Class ChunkEnder

java.lang.Object
  extended by rabbit.httpio.ChunkEnder

public class ChunkEnder
extends Object

A class that sends the chunk ending (with an empty footer).

Author:
Robert Olofsson

Constructor Summary
ChunkEnder()
           
 
Method Summary
 void sendChunkEnding(SocketChannel channel, NioHandler nioHandler, TrafficLogger tl, BlockSentListener bsl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChunkEnder

public ChunkEnder()
Method Detail

sendChunkEnding

public void sendChunkEnding(SocketChannel channel,
                            NioHandler nioHandler,
                            TrafficLogger tl,
                            BlockSentListener bsl)
                     throws IOException
Throws:
IOException