Back to Vassonic

SonicSessionConnectionInterceptor (sdk 3.0.0 API)

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

3.1.14.2 KB
Original Source

跳过导航链接

com.tencent.sonic.sdk

类 SonicSessionConnectionInterceptor

  • java.lang.Object

    • com.tencent.sonic.sdk.SonicSessionConnectionInterceptor

public abstract classSonicSessionConnectionInterceptorextends java.lang.Object

SonicSessionConnectionInterceptor provide a SonicSessionConnection. If an SonicSessionConfigdoes not set SonicSessionConnectionInterceptor sonic will use SonicSessionConnection.SessionConnectionDefaultImpl as default.

构造器概要

构造器 | 构造器和说明 | | --- | | SonicSessionConnectionInterceptor() |

方法概要

所有方法 静态方法 实例方法 抽象方法 具体方法 | 限定符和类型 | 方法和说明 | | --- | --- | | abstract SonicSessionConnection | getConnection(SonicSession session, android.content.Intent intent) | | static SonicSessionConnection | getSonicSessionConnection(SonicSession session, android.content.Intent intent) |

- 

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

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

构造器详细资料

- 

SonicSessionConnectionInterceptor

public SonicSessionConnectionInterceptor()

方法详细资料

- 

getConnection

public abstract[SonicSessionConnection](../../../../com/tencent/sonic/sdk/SonicSessionConnection.html "com.tencent.sonic.sdk中的类")getConnection([SonicSession](../../../../com/tencent/sonic/sdk/SonicSession.html "com.tencent.sonic.sdk中的类")session,
                                                     android.content.Intent intent)
- 

getSonicSessionConnection

public static[SonicSessionConnection](../../../../com/tencent/sonic/sdk/SonicSessionConnection.html "com.tencent.sonic.sdk中的类")getSonicSessionConnection([SonicSession](../../../../com/tencent/sonic/sdk/SonicSession.html "com.tencent.sonic.sdk中的类")session,
                                                               android.content.Intent intent)

跳过导航链接