Back to Vassonic

SonicSessionStatistics (sdk 3.0.0 API)

sonic-android/docs/javadoc/com/tencent/sonic/sdk/SonicSessionStatistics.html

3.1.15.5 KB
Original Source

跳过导航链接

com.tencent.sonic.sdk

类 SonicSessionStatistics

  • java.lang.Object

    • com.tencent.sonic.sdk.SonicSessionStatistics

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() |

方法概要

- 

从类继承的方法 java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

字段详细资料

- 

srcUrl

public java.lang.String srcUrl

Original url

- 

finalMode

public int finalMode

Sonic final modeSonicSession.finalResultCode

- 

originalMode

public int originalMode

Sonic original modeSonicSession.srcResultCode

- 

sonicStartTime

public long sonicStartTime

Sonic start SonicSession.start() time

- 

sonicFlowStartTime

public long sonicFlowStartTime

Sonic flow startSonicSession.runSonicFlow(boolean) time

- 

cacheVerifyTime

public long cacheVerifyTime

The time that sonic begin verify local data

- 

connectionFlowStartTime

public long connectionFlowStartTime

The time sonic initiate the http(s) request

- 

connectionConnectTime

public long connectionConnectTime

The http(s) connectURLConnection.connect() response time

- 

connectionRespondTime

public long connectionRespondTime

The http(s) getResponseCodeHttpURLConnection.getResponseCode() response time

- 

connectionFlowFinishTime

public long connectionFlowFinishTime

Sonic flow end time

- 

isDirectAddress

public boolean isDirectAddress

Is IP direct

- 

diffDataCallbackTime

public long diffDataCallbackTime

The time when website try get diff data.

构造器详细资料

- 

SonicSessionStatistics

public SonicSessionStatistics()

跳过导航链接