Back to Vassonic

SonicCacheInterceptor (sdk 3.0.0 API)

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

3.1.13.9 KB
Original Source

跳过导航链接

com.tencent.sonic.sdk

类 SonicCacheInterceptor

  • java.lang.Object

    • com.tencent.sonic.sdk.SonicCacheInterceptor

public abstract classSonicCacheInterceptorextends java.lang.Object

SonicCacheInterceptor provide local data. if a SonicSessionConfig does not set a sonicCacheInterceptor sonic will use SonicSessionConnection.SessionConnectionDefaultImpl as default.

字段概要

字段 | 限定符和类型 | 字段和说明 | | --- | --- | | static java.lang.String | TAG |

构造器概要

构造器 | 构造器和说明 | | --- | | SonicCacheInterceptor(SonicCacheInterceptor next) |

方法概要

所有方法 实例方法 抽象方法 具体方法 | 限定符和类型 | 方法和说明 | | --- | --- | | abstract java.lang.String | getCacheData(SonicSession session) | | SonicCacheInterceptor | next() |

- 

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

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

字段详细资料

- 

TAG

public static final java.lang.String TAG

另请参阅:常量字段值

构造器详细资料

- 

SonicCacheInterceptor

public SonicCacheInterceptor([SonicCacheInterceptor](../../../../com/tencent/sonic/sdk/SonicCacheInterceptor.html "com.tencent.sonic.sdk中的类")next)

方法详细资料

- 

next

public[SonicCacheInterceptor](../../../../com/tencent/sonic/sdk/SonicCacheInterceptor.html "com.tencent.sonic.sdk中的类")next()
- 

getCacheData

public abstract java.lang.String getCacheData([SonicSession](../../../../com/tencent/sonic/sdk/SonicSession.html "com.tencent.sonic.sdk中的类")session)

跳过导航链接