记录类的使用
com.iohao.game.external.core.session.UserChannelId
程序包
说明
游戏对外服 - core UserSessions 和 UserSession,UserSessions 是管理所有玩家连接的管理器,UserSession 玩家连接对象,与连接是 1:1 的关系,可取到对应的 userId、channel 等信息。
-
com.iohao.game.external.core.netty.session中UserChannelId的使用
-
com.iohao.game.external.core.session中UserChannelId的使用
修饰符和类型方法说明UserSessions.getUserSession
(UserChannelId userChannelId) getUserSessionboolean
UserSessions.settingUserId
(UserChannelId userChannelId, long userId) 设置 channel 的 userId,表示已经身份验证了(即登录过了)。