sonic-android/docs/javadoc/com/tencent/sonic/sdk/SonicCacheInterceptor.html
com.tencent.sonic.sdk
java.lang.Object
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() |
-
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
public static final java.lang.String TAG
另请参阅:常量字段值
-
public SonicCacheInterceptor([SonicCacheInterceptor](../../../../com/tencent/sonic/sdk/SonicCacheInterceptor.html "com.tencent.sonic.sdk中的类")next)
-
public[SonicCacheInterceptor](../../../../com/tencent/sonic/sdk/SonicCacheInterceptor.html "com.tencent.sonic.sdk中的类")next()
-
public abstract java.lang.String getCacheData([SonicSession](../../../../com/tencent/sonic/sdk/SonicSession.html "com.tencent.sonic.sdk中的类")session)