Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] How to monitor progress of Jetty's HttpClient exchange progress?

What about onResponseContent(Buffer)


Jan

On 24 August 2012 01:56, Libor Jelinek <ljelinek@xxxxxxxxxxx> wrote:
> Hi everbody,
> is there a way how to track down progress of HTTP exchange (upload and
> download progress)? In HttpExchange class are only hooks for
> onRequestComplete() and onResponseComplete(). I would like to
> implement GUI for progress monitoring.
>
> Thanks for responses!
> Libor
> _______________________________________________
> jetty-users mailing list
> jetty-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/jetty-users



-- 
Jan Bartel <janb@xxxxxxxxxxx>
www.webtide.com – Developer advice, services and support
from the Jetty & CometD experts.


Back to the top