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?

Hi Jan!
Method onResponseContent() doesn't help me a lot -- or only for
downloads. In particular, I need to report progress uploads (PUT,
POST).

Are there some workarounds or ideas from rest?

Thanks,
Libor

On Fri, Aug 24, 2012 at 1:49 AM, Jan Bartel <janb@xxxxxxxxxxx> wrote:
> 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.
> _______________________________________________
> jetty-users mailing list
> jetty-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/jetty-users


Back to the top