rabbit.proxy
Interface ClientResourceListener


public interface ClientResourceListener

A listener for client resource data (POST:ed content).

Author:
Robert Olofsson

Method Summary
 void resourceDataRead(BufferHandle bufHandle)
          Some parts of the resource has been read.
 

Method Detail

resourceDataRead

void resourceDataRead(BufferHandle bufHandle)
Some parts of the resource has been read.

Parameters:
bufHandle - the holder of the read data