Struct xpcom::interfaces::nsIHttpServerStoppedCallback [] [src]

#[repr(C)]
pub struct nsIHttpServerStoppedCallback { /* fields omitted */ }

interface nsIHttpServerStoppedCallback : nsISupports

Methods

impl nsIHttpServerStoppedCallback
[src]

[src]

Cast this nsIHttpServerStoppedCallback to one of its base interfaces.

impl nsIHttpServerStoppedCallback
[src]

[src]

/**
 * 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.
 */
/** Called when the corresponding server has been fully stopped. */

void onStopped ();

Methods from Deref<Target = nsISupports>

[src]

Cast this nsISupports to one of its base interfaces.

[src]

void QueryInterface (in nsIIDRef uuid, [iid_is (uuid), retval] out nsQIResult result);

[src]

[noscript,notxpcom] nsrefcnt AddRef ();

[src]

[noscript,notxpcom] nsrefcnt Release ();

Trait Implementations

impl XpCom for nsIHttpServerStoppedCallback
[src]

IID: nsIID = nsID(2455399731, 39223, 19555, [171, 225, 161, 197, 106, 152, 100, 85])

[src]

Perform a QueryInterface call on this object, attempting to dynamically cast it to the requested interface type. Returns Some(RefPtr) if the cast succeeded, and None otherwise. Read more

impl RefCounted for nsIHttpServerStoppedCallback
[src]

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIHttpServerStoppedCallback
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.