sonic-android/docs/javadoc/com/tencent/sonic/sdk/SonicSessionStatistics.html
com.tencent.sonic.sdk
java.lang.Object
public classSonicSessionStatisticsextends java.lang.Object
The Statistic model specifies the data models which are required to be used to provide the performance data described by the specific attributes in a SonicSession.
字段 | 限定符和类型 | 字段和说明 |
| --- | --- |
| long | cacheVerifyTime
The time that sonic begin verify local data
|
| long | connectionConnectTime
The http(s) connectURLConnection.connect() response time
|
| long | connectionFlowFinishTime
Sonic flow end time
|
| long | connectionFlowStartTime
The time sonic initiate the http(s) request
|
| long | connectionRespondTime
The http(s) getResponseCodeHttpURLConnection.getResponseCode() response time
|
| long | diffDataCallbackTime
The time when website try get diff data.
|
| int | finalMode
Sonic final modeSonicSession.finalResultCode
|
| boolean | isDirectAddress
Is IP direct
|
| int | originalMode
Sonic original modeSonicSession.srcResultCode
|
| long | sonicFlowStartTime
Sonic flow startSonicSession.runSonicFlow(boolean) time
|
| long | sonicStartTime
Sonic start SonicSession.start() time
|
| java.lang.String | srcUrl
Original url
|
构造器 | 构造器和说明 |
| --- |
| SonicSessionStatistics() |
-
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
public java.lang.String srcUrl
Original url
-
public int finalMode
Sonic final modeSonicSession.finalResultCode
-
public int originalMode
Sonic original modeSonicSession.srcResultCode
-
public long sonicStartTime
Sonic start SonicSession.start() time
-
public long sonicFlowStartTime
Sonic flow startSonicSession.runSonicFlow(boolean) time
-
public long cacheVerifyTime
The time that sonic begin verify local data
-
public long connectionFlowStartTime
The time sonic initiate the http(s) request
-
public long connectionConnectTime
The http(s) connectURLConnection.connect() response time
-
public long connectionRespondTime
The http(s) getResponseCodeHttpURLConnection.getResponseCode() response time
-
public long connectionFlowFinishTime
Sonic flow end time
-
public boolean isDirectAddress
Is IP direct
-
public long diffDataCallbackTime
The time when website try get diff data.
-
public SonicSessionStatistics()