类 SessionKeyGenerator
java.lang.Object
com.sie.mbm.mom.framework.websocket.custom.SessionKeyGenerator
- 所有已实现的接口:
ISessionKeyGenerator
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明sessionKey(org.springframework.web.socket.WebSocketSession webSocketSession) 获取当前session的唯一标识
-
构造器详细资料
-
SessionKeyGenerator
public SessionKeyGenerator()
-
-
方法详细资料
-
sessionKey
获取当前session的唯一标识- 指定者:
sessionKey在接口中ISessionKeyGenerator- 参数:
webSocketSession- 当前session- 返回:
- session唯一标识
-