程序包tech.ordinaryroad.live.chat.client.codec.huya.msg.base的分层结构

程序包分层结构:

类分层结构

  • java.lang.Object
    • com.qq.tars.protocol.tars.TarsStructBase (implements java.io.Serializable)
      • tech.ordinaryroad.live.chat.client.codec.huya.msg.base.BaseHuyaCmdMsg (implements tech.ordinaryroad.live.chat.client.codec.huya.msg.base.IHuyaCmdMsg)
      • tech.ordinaryroad.live.chat.client.codec.huya.msg.base.BaseHuyaMsg (implements tech.ordinaryroad.live.chat.client.codec.huya.msg.base.IHuyaMsg)
        • tech.ordinaryroad.live.chat.client.codec.huya.msg.base.BaseWup

接口分层结构

  • java.io.Serializable
    • tech.ordinaryroad.live.chat.client.commons.base.msg.IMsg
      • tech.ordinaryroad.live.chat.client.commons.base.msg.ICmdMsg<CmdEnum>
        • tech.ordinaryroad.live.chat.client.codec.huya.msg.base.IHuyaCmdMsg (并 extends tech.ordinaryroad.live.chat.client.codec.huya.msg.base.IHuyaMsg)
      • tech.ordinaryroad.live.chat.client.codec.huya.msg.base.IHuyaMsg
        • tech.ordinaryroad.live.chat.client.codec.huya.msg.base.IHuyaCmdMsg (并 extends tech.ordinaryroad.live.chat.client.commons.base.msg.ICmdMsg<CmdEnum>)