类 NativeServerSessionStateController.NativeServerSessionStateChanges
- java.lang.Object
-
- com.mysql.cj.protocol.a.NativeServerSessionStateController.NativeServerSessionStateChanges
-
public static class NativeServerSessionStateController.NativeServerSessionStateChanges extends Object implements ServerSessionStateController.ServerSessionStateChanges
-
-
构造器概要
构造器 构造器 说明 NativeServerSessionStateChanges()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 List<ServerSessionStateController.SessionStateChange>getSessionStateChangesList()NativeServerSessionStateController.NativeServerSessionStateChangesinit(NativePacketPayload buf, String encoding)
-
-
-
方法详细资料
-
getSessionStateChangesList
public List<ServerSessionStateController.SessionStateChange> getSessionStateChangesList()
-
init
public NativeServerSessionStateController.NativeServerSessionStateChanges init(NativePacketPayload buf, String encoding)
-
-