WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.
nsIUrlClassifierHashCompleter
| IID: | 1a3c19d9-ccd6-4d1a-a48a-1ab662e56e60 |
| Inherits From: | nsISupports |
This interface is implemented by the following components:
Properties
ACString gethashUrl
The URL for the gethash request
Methods
void complete ( ACString partialHash , nsIUrlClassifierHashCompleterCallback callback )
void complete ( ACString partialHash , nsIUrlClassifierHashCompleterCallback callback )
Request a completed hash.
- Arguments:
- partialHash: The 32-bit hash encountered by the url-classifier.
- callback: An nsIUrlClassifierCompleterCallback instance.
References
This interface is passed as an argument to the following methods:
nsIUrlClassifierDBService.setHashCompleter
Reference documentation is generated from Mozilla's source.
