Home
last modified time | relevance | path

Searched refs:OnURLResponsive (Results 1 – 5 of 5) sorted by relevance

/dports/www/aquatone/aquatone-1.7.0/agents/
H A Durl_hostname_resolver.go23 s.EventBus.SubscribeAsync(core.URLResponsive, a.OnURLResponsive, false)
29 func (a *URLHostnameResolver) OnURLResponsive(url string) { func
H A Durl_page_title_extractor.go25 s.EventBus.SubscribeAsync(core.URLResponsive, a.OnURLResponsive, false)
31 func (a *URLPageTitleExtractor) OnURLResponsive(url string) { func
H A Durl_screenshotter.go32 s.EventBus.SubscribeAsync(core.URLResponsive, a.OnURLResponsive, false)
41 func (a *URLScreenshotter) OnURLResponsive(url string) { func
H A Durl_technology_fingerprinter.go94 s.EventBus.SubscribeAsync(core.URLResponsive, a.OnURLResponsive, false)
113 func (a *URLTechnologyFingerprinter) OnURLResponsive(url string) { func
H A Durl_takeover_detector.go24 s.EventBus.SubscribeAsync(core.URLResponsive, a.OnURLResponsive, false)
29 func (a *URLTakeoverDetector) OnURLResponsive(u string) { func