Merge branch 'jetty-9.4.x' into jetty-10.0.x

This commit is contained in:
olivier lamy 2019-02-11 17:47:50 +10:00
commit 0ef58dd42e
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ import org.eclipse.jetty.util.BufferUtil;
* specified to the constructors.</p>
* <p>The content may be retrieved from {@link #onSuccess(Response)} or {@link #onComplete(Result)}
* via {@link #getContent()} or {@link #getContentAsString()}.</p>
* <p>Instances of this class are not reusable, so one must be allocated for each request.</p>
*/
public abstract class BufferingResponseListener extends Listener.Adapter
{