/* This Source Code Form is subject to the terms of the Mozilla Public *License,v.2.0.IfacopyoftheMPLwasnotdistributedwiththis
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include"nsISupports.idl"
[uuid(24fdfcbe-54cb-4997-8392-3c476126ea3b)]
interface nsIDashboardEventNotifier : nsISupports
{ /* These methods are called to register a websocket event with the dashboard * *Ahostisidentifiedbythe(aHost,aSerial)pair. *aHost:thehost'sname:example.com *aSerial:anumberthatuniquelyidentifiesthewebsocket * *aEncrypted:iftheconnectionisencrypted *aLength:thelengthofthemessageinbytes
*/ void addHost(in ACString aHost, in unsignedlong aSerial, in boolean aEncrypted); void removeHost(in ACString aHost, in unsignedlong aSerial); void newMsgSent(in ACString aHost, in unsignedlong aSerial, in unsignedlong aLength); void newMsgReceived(in ACString aHost, in unsignedlong aSerial, in unsignedlong aLength);
};
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.12 Sekunden
(vorverarbeitet am 2026-08-25)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.