接口的使用
com.iohao.game.common.kit.attr.AttrOptionDynamic
程序包
说明
业务框架 - core
游戏对外服 - core
基于 Netty 的实现 游戏对外服
游戏对外服 - core UserSessions 和 UserSession,UserSessions 是管理所有玩家连接的管理器,UserSession 玩家连接对象,与连接是 1:1 的关系,可取到对应的 userId、channel 等信息。
-
com.iohao.game.action.skeleton.core中AttrOptionDynamic的使用
-
com.iohao.game.bolt.broker.core.client中AttrOptionDynamic的使用
-
com.iohao.game.external.client.user中AttrOptionDynamic的使用
-
com.iohao.game.external.core中AttrOptionDynamic的使用
-
com.iohao.game.external.core.netty中AttrOptionDynamic的使用
-
com.iohao.game.external.core.netty.session中AttrOptionDynamic的使用
修饰符和类型类说明final class
长连接的 UserSessionfinal class
tcp、websocket 使用的 session 管理器 -
com.iohao.game.external.core.session中AttrOptionDynamic的使用
修饰符和类型接口说明interface
UserSession 接口interface
UserSessions<SessionContext,
Session extends UserSession> UserSession 管理器