Public Member Functions

nsISSLErrorListener Interface Reference

A mechanism to report a broken SSL connection. More...

import "nsISSLErrorListener.idl";

List of all members.

Public Member Functions

boolean notifySSLError (in nsIInterfaceRequestor socketInfo, in PRInt32 error, in AUTF8String targetSite)

Detailed Description

A mechanism to report a broken SSL connection.

The recipient should NOT block.


Member Function Documentation

boolean nsISSLErrorListener::notifySSLError ( in nsIInterfaceRequestor  socketInfo,
in PRInt32  error,
in AUTF8String  targetSite 
)
Parameters:
socketInfo A network communication context that can be used to obtain more information about the active connection.
error The code associated with the error.
targetSite The Site name that was used to open the current connection.
Returns:
The consumer shall return true if it wants to suppress the error message related to the error (the connection will still get canceled).

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