Struct xpcom::interfaces::nsITransportProvider [] [src]

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

interface nsITransportProvider : nsISupports

/**
 * An interface which can be used to asynchronously request a nsITransport
 * together with the input and output streams that go together with it.
 */

Methods

impl nsITransportProvider
[src]

[src]

Cast this nsITransportProvider to one of its base interfaces.

impl nsITransportProvider
[src]

[src]

[must_use] void setListener (in nsIHttpUpgradeListener listener);

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 nsITransportProvider
[src]

IID: nsIID = nsID(1875822340, 53202, 18159, [163, 148, 166, 77, 92, 177, 71, 92])

[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 nsITransportProvider
[src]

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsITransportProvider
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.