A mechanism to report a broken SSL connection. More...
import "nsISSLErrorListener.idl";
Public Member Functions | |
| boolean | notifySSLError (in nsIInterfaceRequestor socketInfo, in PRInt32 error, in AUTF8String targetSite) |
A mechanism to report a broken SSL connection.
The recipient should NOT block.
| boolean nsISSLErrorListener::notifySSLError | ( | in nsIInterfaceRequestor | socketInfo, | |
| in PRInt32 | error, | |||
| in AUTF8String | targetSite | |||
| ) |
| 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. |
1.7.1