rabbit.proxy
Interface ClientResourceTransferredListener

All Superinterfaces:
AsyncListener
All Known Implementing Classes:
SWC

public interface ClientResourceTransferredListener
extends AsyncListener

A listener for resource transfers.

Author:
Robert Olofsson

Method Summary
 void clientResourceAborted(HttpHeader error)
          The transfer of the client resource has been aborted.
 void clientResourceTransferred()
          The client resource have been successfully transferred.
 
Methods inherited from interface rabbit.httpio.AsyncListener
failed, timeout
 

Method Detail

clientResourceTransferred

void clientResourceTransferred()
The client resource have been successfully transferred.


clientResourceAborted

void clientResourceAborted(HttpHeader error)
The transfer of the client resource has been aborted.

Parameters:
error - the failure code.