rabbit.httpio
Interface BlockSentListener

All Superinterfaces:
AsyncListener
All Known Implementing Classes:
BaseHandler, BaseMetaHandler, CacheStatus, ClearCache, Connections, FilterHandler, GZipHandler, HttpHeaderSender, ImageHandler, Kill, LogRotator, MultiPartHandler, SelectorStatus, StackTrace, Status

public interface BlockSentListener
extends AsyncListener

A listener for notification that a data block has been sent.

Author:
Robert Olofsson

Method Summary
 void blockSent()
          The http header has been sent.
 
Methods inherited from interface rabbit.httpio.AsyncListener
failed, timeout
 

Method Detail

blockSent

void blockSent()
The http header has been sent.