Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Flow Control with Jetty HTTP client

Hello,

I've seen that one can register a `AsyncContentListener` on the client, in order to asynchronously get content as it comes:

    `public void onContent(Response response, ByteBuffer content, Callback callback)`.

But I haven't found a way to handle flow control - i.e. the ability to pause/resume the response content flow on the client side. Is there a way to achieve this?

Thanks,
--
Brian

Back to the top