-
- All Implemented Interfaces:
-
java.lang.AutoCloseable
public interface BrowserEmulatedFetcher implements AutoCloseable
Created by vincent on 18-1-1. Copyright @ 2013-2017 Platon AI. All rights reserved
-
-
Method Summary
Modifier and Type Method Description abstract Responsefetch(String url)abstract Responsefetch(String url, VolatileConfig conf)abstract ResponsefetchContent(WebPage page)Fetch page content abstract ResponsefetchDeferred(String url)abstract ResponsefetchDeferred(String url, VolatileConfig volatileConfig)abstract ResponsefetchContentDeferred(WebPage page)Fetch page content abstract Unitreset()abstract Unitcancel(WebPage page)abstract UnitcancelAll()abstract PrivacyManagergetPrivacyManager()abstract WebDriverPoolManagergetDriverPoolManager()abstract BrowserEmulatorgetBrowserEmulator()-
-
Method Detail
-
fetchContent
abstract Response fetchContent(WebPage page)
Fetch page content
-
fetchDeferred
abstract Response fetchDeferred(String url)
-
fetchDeferred
abstract Response fetchDeferred(String url, VolatileConfig volatileConfig)
-
fetchContentDeferred
abstract Response fetchContentDeferred(WebPage page)
Fetch page content
-
getPrivacyManager
abstract PrivacyManager getPrivacyManager()
-
getDriverPoolManager
abstract WebDriverPoolManager getDriverPoolManager()
-
getBrowserEmulator
abstract BrowserEmulator getBrowserEmulator()
-
-
-
-