Searched refs:OnURLResponsive (Results 1 – 5 of 5) sorted by relevance
/dports/www/aquatone/aquatone-1.7.0/agents/ |
H A D | url_hostname_resolver.go | 23 s.EventBus.SubscribeAsync(core.URLResponsive, a.OnURLResponsive, false) 29 func (a *URLHostnameResolver) OnURLResponsive(url string) { func
|
H A D | url_page_title_extractor.go | 25 s.EventBus.SubscribeAsync(core.URLResponsive, a.OnURLResponsive, false) 31 func (a *URLPageTitleExtractor) OnURLResponsive(url string) { func
|
H A D | url_screenshotter.go | 32 s.EventBus.SubscribeAsync(core.URLResponsive, a.OnURLResponsive, false) 41 func (a *URLScreenshotter) OnURLResponsive(url string) { func
|
H A D | url_technology_fingerprinter.go | 94 s.EventBus.SubscribeAsync(core.URLResponsive, a.OnURLResponsive, false) 113 func (a *URLTechnologyFingerprinter) OnURLResponsive(url string) { func
|
H A D | url_takeover_detector.go | 24 s.EventBus.SubscribeAsync(core.URLResponsive, a.OnURLResponsive, false) 29 func (a *URLTakeoverDetector) OnURLResponsive(u string) { func
|