Struct xpcom::interfaces::nsIChildChannel [] [src]

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

interface nsIChildChannel : nsISupports

/**
 * Implemented by content side of IPC protocols.
 */

Methods

impl nsIChildChannel
[src]

[src]

Cast this nsIChildChannel to one of its base interfaces.

impl nsIChildChannel
[src]

[src]

/**
   * Create the chrome side of the IPC protocol and join an existing 'real'
   * channel on the parent process.  The id is provided by
   * nsIRedirectChannelRegistrar on the chrome process and pushed to the child
   * protocol as an argument to event starting a redirect.
   *
   * Primarilly used in HttpChannelChild::Redirect1Begin on a newly created
   * child channel, where the new channel is intended to be created on the
   * child process.
   */

void connectParent (in uint32_t registrarId);

[src]

/**
   * As AsyncOpen is called on the chrome process for redirect target channels,
   * we have to inform the child side of the protocol of that fact by a special
   * method.
   */

void completeRedirectSetup (in nsIStreamListener aListener, in nsISupports aContext);

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

IID: nsIID = nsID(3294335662, 20231, 16861, [176, 239, 170, 4, 78, 234, 187, 30])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIChildChannel
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.