Pivox class
Factory methods for quick initialization
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
builder(
) → PivoxBuilder - Creates a new PivoxBuilder instance
-
createAdvancedWebScraper(
) → Future< AdvancedWebScraper> - Creates an advanced web scraper with default settings
-
createConcurrentWebScraper(
) → Future< ConcurrentWebScraper> - Creates a concurrent web scraper with default settings
-
createDioInterceptor(
) → Future< ProxyInterceptor> - Creates a Dio interceptor for proxy support using default settings
-
createHeadlessBrowserService(
) → Future< HeadlessBrowserService> - Creates a headless browser service with default settings
-
createHttpClient(
) → Future< ProxyHttpClient> - Creates an HTTP client with proxy support using default settings
-
createProxyManager(
) → Future< ProxyManager> - Creates a ProxyManager with default settings
-
createSpecializedHeadlessHandlers(
) → Future< SpecializedHeadlessHandlers> - Creates specialized headless handlers with default settings
-
createWebScraper(
) → Future< WebScraper> - Creates a web scraper with default settings