WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.
nsITransportEventSink
| IID: | EDA4F520-67F7-484b-A691-8C3226A5B0A6 |
| Inherits From: | nsISupports |
Methods
void onTransportStatus ( nsITransport transport , nsresult status , PRUint64 progress , PRUint64 progressMax )
void onTransportStatus ( nsITransport transport , nsresult status , PRUint64 progress , PRUint64 progressMax )
Transport status notification.
- Arguments:
- transport: the transport sending this status notification.
- status: the transport status (resolvable to a string using nsIErrorService). See nsISocketTransport for socket specific status codes and more comments.
- progress: the amount of data either read or written depending on the value of the status code. this value is relative to progressMax.
- progressMax: the maximum amount of data that will be read or written. if unknown, 0xFFFFFFFF will be passed.
References
This interface is passed as an argument to the following methods:
Reference documentation is generated from Mozilla's source.
