Selects only working proxies from a Stream<ProxyDef>.
You can also specify a list of urlsToCheck
that will all be
visited through the proxy. If any is inaccessible, the proxy
will not be added to the final Stream.
Constructors
- ProxyChecker(List<String> urlsToCheck, int timeout, Map pokemon)
Properties
- hashCode → int
-
Get a hash code for this object.
read-only, inherited - pokemon → Map
-
To-be deleted
read / write - runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited - timeout → int
-
The maximum amount of time to be spent connecting to any proxy.
read / write - totalProxies → int
-
The total number of proxies originally sent through this transformer.
read / write - urlsToCheck → List<String>
-
URL's to be visited through each proxy.
read / write
Operators
-
operator ==(
other) → bool -
The equality operator.
inherited
Methods
-
bind(
Stream<ProxyDef> stream) → Stream<ProxyDef> -
Transform the incoming
stream
's events. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited -
toString(
) → String -
Returns a string representation of this object.
inherited