Skip to main content

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

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


Back to the top