FpaProxyService class abstract

Constructors

FpaProxyService()

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

getBuildInfoInner() String
getDiagnosisInfo() FpaProxyServiceDiagnosisInfo
Get information about diagnosis
getHttpProxyPort() int
Get the local http proxy port, Used for http proxy usage scenarios
getSDKVersionInner() String
getTransparentProxyPort(FpaChainInfo info) int
Obtain the local transparent proxy port according to the chain information, Used in transparent proxy scenarios
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setObserver(FpaProxyServiceObserver observer) → void
Set FpaProxyServiceObserver Observer
setOrUpdateHttpProxyChainConfig(FpaHttpProxyChainConfig config) → void
Set or update the chain configuration of the http proxy
setParameters(String params) → void
Set the Parameters
start(FpaProxyServiceConfig config) → void
Start fpa proxy service
stop() → void
Stop fpa proxy service
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance FpaProxyService
no setter

Static Methods

getBuildInfo() String
Get the Agora Fpa Proxy Service Sdk build information
getSDKVersion() String
Get the Agora Fpa Proxy Service Sdk Version

Constants

kLocalHost → const String