Struct xpcom::interfaces::nsITLSServerSecurityObserver [] [src]

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

interface nsITLSServerSecurityObserver : nsISupports

Methods

impl nsITLSServerSecurityObserver
[src]

[src]

Cast this nsITLSServerSecurityObserver to one of its base interfaces.

impl nsITLSServerSecurityObserver
[src]

[src]

/**
   * onHandsakeDone
   *
   * This method is called once the TLS handshake is completed.  This takes
   * place after |onSocketAccepted| has been called, which typically opens the
   * streams to keep things moving along. It's important to be aware that the
   * handshake has not completed at the point that |onSocketAccepted| is called,
   * so no security verification can be done until this method is called.
   */

void onHandshakeDone (in nsITLSServerSocket aServer, in nsITLSClientStatus aStatus);

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

IID: nsIID = nsID(526573998, 58694, 19000, [137, 23, 212, 40, 71, 46, 215, 54])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsITLSServerSecurityObserver
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.