nsIHttpServerStoppedCallback Interface Reference

import"nsIHttpServer.idl";

Inheritance diagram for nsIHttpServerStoppedCallback:
[legend]
Collaboration diagram for nsIHttpServerStoppedCallback:
[legend]

Public Member Functions

void onStopped ()
 

Detailed Description

An interface through which a notification of the complete stopping (socket closure, in-flight requests all fully served and responded to) of an HTTP server may be received.

Definition at line 263 of file nsIHttpServer.idl.

Member Function Documentation

void nsIHttpServerStoppedCallback::onStopped ( )

Called when the corresponding server has been fully stopped.


The documentation for this interface was generated from the following file: