Interface HttpPageBufferClient.ClientCallback

Enclosing class:
HttpPageBufferClient

public static interface HttpPageBufferClient.ClientCallback
For each request, the addPage method will be called zero or more times, followed by either requestComplete or clientFinished (if buffer complete). If the client is closed, requestComplete or bufferFinished may never be called.

NOTE: Implementations of this interface are not allowed to perform blocking operations.