All Packages Class Hierarchy This Package Previous Next Index
Class w3c.jigsaw.proxy.ProxyRequestObserver
java.lang.Object
|
+----w3c.jigsaw.proxy.ProxyRequestObserver
- public class ProxyRequestObserver
- extends Object
- implements RequestObserver
-
ProxyRequestObserver(Request)
-
-
notifyProgress(RequestEvent)
- Call back, invoked by the HttpManager callback thread.
ProxyRequestObserver
public ProxyRequestObserver(Request request)
notifyProgress
public void notifyProgress(RequestEvent event)
- Call back, invoked by the HttpManager callback thread.
Each time a request status changes (due to progress in its processing)
this callback gets called, with the new status as an argument.
- Parameters:
- preq - The pending request that has made some progress.
- event - The event to broadcast.
All Packages Class Hierarchy This Package Previous Next Index