ProxyDebugger class

A utility class for debugging proxy issues

Constructors

ProxyDebugger.new(ProxyManager _proxyManager)
Creates a new ProxyDebugger with the given proxyManager

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

attemptFix() Future<ProxyFixResult>
Attempts to fix common proxy issues
createFallbackProxy() Proxy
Creates a fallback proxy for emergency use
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
runDiagnostic({bool testAllSources = true, bool validateProxies = true, String? testUrl, int timeout = 10000}) Future<ProxyDiagnosticResult>
Runs a comprehensive diagnostic on the proxy system
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited