Implementation of {@link Listener} that buffers the content up to a maximum lengthspecified to the constructors.
The content may be retrieved from {@link #onSuccess(Response)} or {@link #onComplete(Result)}via {@link #getContent()} or {@link #getContentAsString()}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|