rabbit.httpio
Interface AsyncListener

All Known Subinterfaces:
BlockListener, BlockSentListener, ClientResourceTransferredListener, HttpHeaderListener, HttpHeaderSentListener, HttpResponseListener
All Known Implementing Classes:
BaseHandler, BaseMetaHandler, CacheStatus, ClearCache, Connections, FileSaver, FileSender, FilterHandler, GZipHandler, HttpHeaderSender, HttpResponseReader, ImageHandler, Kill, LogRotator, MultiPartHandler, SelectorStatus, StackTrace, Status, SWC

public interface AsyncListener

A listener for asynchronous events.

Author:
Robert Olofsson

Method Summary
 void failed(Exception cause)
          Reading failed
 void timeout()
          The operation timed out
 

Method Detail

failed

void failed(Exception cause)
Reading failed

Parameters:
cause - the real reason the operation failed.

timeout

void timeout()
The operation timed out