FpaProxyServiceObserver class abstract

Constructors

FpaProxyServiceObserver()

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
onAccelerationSuccess(FpaProxyConnectionInfo info) → void
Success of once FPA call(NOT include fallback) @param info Information of FpaProxyConnectionInfo
onConnected(FpaProxyConnectionInfo info) → void
Connect to fpa success @param info Information of FpaProxyConnectionInfo
onConnectionFailed(FpaProxyConnectionInfo info, FpaProxyServiceReasonCode reason) → void
Error happen and not fallback when connect(MEAN: not fallback, end of this request) @param info Information of FpaProxyConnectionInfo @param reason Reason code of this failed
onDisconnectedAndFallback(FpaProxyConnectionInfo info, FpaProxyServiceReasonCode reason) → void
Error happen and fallback when connect(MEAN: will try fallback)
toString() String
A string representation of this object.
inherited

Operators

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