Event types

Top  Previous  Next

The Http class is the source for several HTTP related events.  All events may be captured by registering your class as a listener by implementing the HttpListener class or subclassing the HttpAdapter class.  These events are described below.

 

Event

Description

HttpConnectedEvent

The HttpConnectedEvent is published by the Http instance once a connection to the HTTP server has been established. See JavaDoc for details on this event.

HttpDisconnectedEvent

The HttpDisconnectedEvent is published by the Http instance once the connection to the HTTP server has been released. See JavaDoc for details on this event.

HttpProgressEvent

The HttpProgressEvent is published by the Http instance one or more times during the retrieval of content from the HTTP server. This event can be especially useful for tracking the progress of large file downloads. See JavaDoc for details on this event.

 

 





Home | Company | Products | Solutions | Purchase | Support | Services | Blog

© 2021 JSCAPE LLC