|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectrabbit.httpio.ChunkEnder
public class ChunkEnder
A class that sends the chunk ending (with an empty footer).
| Constructor Summary | |
|---|---|
ChunkEnder()
|
|
| Method Summary | |
|---|---|
void |
sendChunkEnding(java.nio.channels.SocketChannel channel,
NioHandler nioHandler,
TrafficLogger tl,
BlockSentListener bsl)
Send the chunk ending block. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChunkEnder()
| Method Detail |
|---|
public void sendChunkEnding(java.nio.channels.SocketChannel channel,
NioHandler nioHandler,
TrafficLogger tl,
BlockSentListener bsl)
channel - the Channel to send the chunk ender tonioHandler - the NioHandler to use for network operationstl - the TrafficLogger to update with network statisticsbsl - the listener that will be notified when the sending is
complete
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||