所有程序包的分层结构
程序包分层结构:- tech.ordinaryroad.live.chat.client.douyin.api,
- tech.ordinaryroad.live.chat.client.douyin.client,
- tech.ordinaryroad.live.chat.client.douyin.config,
- tech.ordinaryroad.live.chat.client.douyin.constant,
- tech.ordinaryroad.live.chat.client.douyin.listener,
- tech.ordinaryroad.live.chat.client.douyin.msg,
- tech.ordinaryroad.live.chat.client.douyin.msg.base,
- tech.ordinaryroad.live.chat.client.douyin.netty.handler,
- tech.ordinaryroad.live.chat.client.douyin.protobuf,
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto
类分层结构
- java.lang.Object
- com.google.protobuf.AbstractMessageLite<MessageType,
BuilderType> (implements com.google.protobuf.MessageLite) - com.google.protobuf.AbstractMessage (implements com.google.protobuf.Message)
- com.google.protobuf.GeneratedMessageV3 (implements java.io.Serializable)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.CommonOuterClass.Common (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.CommonOuterClass.CommonOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.DoubleLikeDetailOuterClass.DoubleLikeDetail (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.DoubleLikeDetailOuterClass.DoubleLikeDetailOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.douyin_cmd_msg (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.douyin_cmd_msgOrBuilder, tech.ordinaryroad.live.chat.client.douyin.msg.base.IDouyinCmdMsg)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.douyin_webcast_chat_message_msg (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.douyin_webcast_chat_message_msgOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.douyin_webcast_gift_message_msg (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.douyin_webcast_gift_message_msgOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.douyin_webcast_like_message_msg (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.douyin_webcast_like_message_msgOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.douyin_webcast_member_message_msg (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.douyin_webcast_member_message_msgOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.douyin_websocket_frame (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.douyin_websocket_frameOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.douyin_websocket_frame_msg (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.douyin_websocket_frame_msgOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.GiftIMPriorityOuterClass.GiftIMPriority (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.GiftIMPriorityOuterClass.GiftIMPriorityOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.GiftStructOuterClass.GiftStruct (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.GiftStructOuterClass.GiftStructOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.Image (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.ImageOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.Image.Content (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.Image.ContentOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.Image.NinePatchSetting (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.Image.NinePatchSettingOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.PatternRefOuterClass.PatternRef (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.PatternRefOuterClass.PatternRefOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.PublicAreaCommonOuterClass.PublicAreaCommon (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.PublicAreaCommonOuterClass.PublicAreaCommonOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextEffectDetailOuterClass.TextEffectDetail (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextEffectDetailOuterClass.TextEffectDetailOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextEffectOuterClass.TextEffect (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextEffectOuterClass.TextEffectOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextFormatOuterClass.TextFormat (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextFormatOuterClass.TextFormatOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextOuterClass.Text (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextOuterClass.TextOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextPieceGiftOuterClass.TextPieceGift (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextPieceGiftOuterClass.TextPieceGiftOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextPieceHeartOuterClass.TextPieceHeart (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextPieceHeartOuterClass.TextPieceHeartOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextPieceImageOuterClass.TextPieceImage (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextPieceImageOuterClass.TextPieceImageOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextPieceOuterClass.TextPiece (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextPieceOuterClass.TextPieceOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextPiecePatternRefOuterClass.TextPiecePatternRef (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextPiecePatternRefOuterClass.TextPiecePatternRefOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextPieceUserOuterClass.TextPieceUser (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextPieceUserOuterClass.TextPieceUserOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.UserOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.ActivityInfo (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.ActivityInfoOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.AnchorInfo (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.AnchorInfoOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.AnchorLevel (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.AnchorLevelOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.AuthenticationInfo (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.AuthenticationInfoOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.AuthorStats (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.AuthorStatsOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.Border (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.BorderOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.BrotherhoodInfo (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.BrotherhoodInfoOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.FansClub (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.FansClubOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.FansClub.FansClubData (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.FansClub.FansClubDataOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.FansClub.FansClubData.UserBadge (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.FansClub.FansClubData.UserBadgeOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.FansGroupInfo (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.FansGroupInfoOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.FollowInfo (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.FollowInfoOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.JAccreditInfo (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.JAccreditInfoOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.NobleLevelInfo (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.NobleLevelInfoOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.OwnRoom (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.OwnRoomOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.PayGrade (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.PayGradeOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.PayGrade.GradeIcon (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.PayGrade.GradeIconOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.PoiInfo (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.PoiInfoOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.ProfileStyleParams (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.ProfileStyleParamsOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.Subscribe (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.SubscribeOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.UserAttr (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.UserAttrOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.UserDressInfo (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.UserDressInfoOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.UserStats (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.UserStatsOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.UserVIPInfo (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.UserVIPInfoOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.XiguaParams (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.XiguaParamsOrBuilder)
- com.google.protobuf.GeneratedMessageV3 (implements java.io.Serializable)
- com.google.protobuf.AbstractMessage (implements com.google.protobuf.Message)
- com.google.protobuf.AbstractMessageLite.Builder<MessageType,
BuilderType> (implements com.google.protobuf.MessageLite.Builder) - com.google.protobuf.AbstractMessage.Builder<BuilderType> (implements com.google.protobuf.Message.Builder)
- com.google.protobuf.GeneratedMessageV3.Builder<BuilderT>
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.CommonOuterClass.Common.Builder (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.CommonOuterClass.CommonOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.DoubleLikeDetailOuterClass.DoubleLikeDetail.Builder (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.DoubleLikeDetailOuterClass.DoubleLikeDetailOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.douyin_cmd_msg.Builder (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.douyin_cmd_msgOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.douyin_webcast_chat_message_msg.Builder (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.douyin_webcast_chat_message_msgOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.douyin_webcast_gift_message_msg.Builder (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.douyin_webcast_gift_message_msgOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.douyin_webcast_like_message_msg.Builder (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.douyin_webcast_like_message_msgOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.douyin_webcast_member_message_msg.Builder (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.douyin_webcast_member_message_msgOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.douyin_websocket_frame_msg.Builder (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.douyin_websocket_frame_msgOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.douyin_websocket_frame.Builder (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.douyin_websocket_frameOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.GiftIMPriorityOuterClass.GiftIMPriority.Builder (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.GiftIMPriorityOuterClass.GiftIMPriorityOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.GiftStructOuterClass.GiftStruct.Builder (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.GiftStructOuterClass.GiftStructOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.Image.Builder (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.ImageOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.Image.Content.Builder (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.Image.ContentOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.Image.NinePatchSetting.Builder (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.Image.NinePatchSettingOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.PatternRefOuterClass.PatternRef.Builder (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.PatternRefOuterClass.PatternRefOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.PublicAreaCommonOuterClass.PublicAreaCommon.Builder (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.PublicAreaCommonOuterClass.PublicAreaCommonOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextEffectDetailOuterClass.TextEffectDetail.Builder (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextEffectDetailOuterClass.TextEffectDetailOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextEffectOuterClass.TextEffect.Builder (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextEffectOuterClass.TextEffectOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextFormatOuterClass.TextFormat.Builder (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextFormatOuterClass.TextFormatOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextOuterClass.Text.Builder (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextOuterClass.TextOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextPieceGiftOuterClass.TextPieceGift.Builder (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextPieceGiftOuterClass.TextPieceGiftOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextPieceHeartOuterClass.TextPieceHeart.Builder (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextPieceHeartOuterClass.TextPieceHeartOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextPieceImageOuterClass.TextPieceImage.Builder (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextPieceImageOuterClass.TextPieceImageOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextPieceOuterClass.TextPiece.Builder (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextPieceOuterClass.TextPieceOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextPiecePatternRefOuterClass.TextPiecePatternRef.Builder (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextPiecePatternRefOuterClass.TextPiecePatternRefOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextPieceUserOuterClass.TextPieceUser.Builder (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextPieceUserOuterClass.TextPieceUserOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.ActivityInfo.Builder (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.ActivityInfoOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.AnchorInfo.Builder (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.AnchorInfoOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.AnchorLevel.Builder (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.AnchorLevelOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.AuthenticationInfo.Builder (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.AuthenticationInfoOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.AuthorStats.Builder (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.AuthorStatsOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.Border.Builder (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.BorderOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.BrotherhoodInfo.Builder (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.BrotherhoodInfoOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.Builder (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.UserOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.FansClub.Builder (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.FansClubOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.FansClub.FansClubData.Builder (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.FansClub.FansClubDataOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.FansClub.FansClubData.UserBadge.Builder (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.FansClub.FansClubData.UserBadgeOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.FansGroupInfo.Builder (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.FansGroupInfoOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.FollowInfo.Builder (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.FollowInfoOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.JAccreditInfo.Builder (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.JAccreditInfoOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.NobleLevelInfo.Builder (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.NobleLevelInfoOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.OwnRoom.Builder (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.OwnRoomOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.PayGrade.Builder (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.PayGradeOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.PayGrade.GradeIcon.Builder (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.PayGrade.GradeIconOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.PoiInfo.Builder (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.PoiInfoOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.ProfileStyleParams.Builder (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.ProfileStyleParamsOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.Subscribe.Builder (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.SubscribeOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.UserAttr.Builder (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.UserAttrOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.UserDressInfo.Builder (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.UserDressInfoOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.UserStats.Builder (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.UserStatsOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.UserVIPInfo.Builder (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.UserVIPInfoOrBuilder)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.XiguaParams.Builder (implements tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.XiguaParamsOrBuilder)
- com.google.protobuf.GeneratedMessageV3.Builder<BuilderT>
- com.google.protobuf.AbstractMessage.Builder<BuilderType> (implements com.google.protobuf.Message.Builder)
- tech.ordinaryroad.live.chat.client.commons.client.BaseLiveChatClient<Config,
MsgListener> (implements tech.ordinaryroad.live.chat.client.commons.client.IBaseLiveChatClient<MsgListener>) - tech.ordinaryroad.live.chat.client.servers.netty.client.base.BaseNettyClient<Config,
CmdEnum, Msg, MsgListener, ConnectionHandler, BinaryFrameHandler> - tech.ordinaryroad.live.chat.client.douyin.client.DouyinLiveChatClient
- tech.ordinaryroad.live.chat.client.servers.netty.client.base.BaseNettyClient<Config,
- tech.ordinaryroad.live.chat.client.commons.client.config.BaseLiveChatClientConfig
- tech.ordinaryroad.live.chat.client.servers.netty.client.config.BaseNettyClientConfig
- tech.ordinaryroad.live.chat.client.douyin.config.DouyinLiveChatClientConfig
- tech.ordinaryroad.live.chat.client.servers.netty.client.config.BaseNettyClientConfig
- io.netty.channel.ChannelHandlerAdapter (implements io.netty.channel.ChannelHandler)
- io.netty.channel.ChannelInboundHandlerAdapter (implements io.netty.channel.ChannelInboundHandler)
- io.netty.channel.SimpleChannelInboundHandler<I>
- tech.ordinaryroad.live.chat.client.servers.netty.handler.base.BaseBinaryFrameHandler<T,
CmdEnum, Msg, MsgListener> (implements tech.ordinaryroad.live.chat.client.commons.base.listener.IBaseMsgListener<T, CmdEnum>) - tech.ordinaryroad.live.chat.client.servers.netty.client.handler.BaseNettyClientBinaryFrameHandler<Client,
BinaryFrameHandler, CmdEnum, Msg, MsgListener> - tech.ordinaryroad.live.chat.client.douyin.netty.handler.DouyinBinaryFrameHandler
- tech.ordinaryroad.live.chat.client.servers.netty.client.handler.BaseNettyClientBinaryFrameHandler<Client,
- tech.ordinaryroad.live.chat.client.servers.netty.handler.base.BaseConnectionHandler<ConnectionHandler>
- tech.ordinaryroad.live.chat.client.servers.netty.client.handler.BaseNettyClientConnectionHandler<Client,
ConnectionHandler> - tech.ordinaryroad.live.chat.client.douyin.netty.handler.DouyinConnectionHandler
- tech.ordinaryroad.live.chat.client.servers.netty.client.handler.BaseNettyClientConnectionHandler<Client,
- tech.ordinaryroad.live.chat.client.servers.netty.handler.base.BaseBinaryFrameHandler<T,
- io.netty.channel.SimpleChannelInboundHandler<I>
- io.netty.channel.ChannelInboundHandlerAdapter (implements io.netty.channel.ChannelInboundHandler)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.CommonOuterClass
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.DoubleLikeDetailOuterClass
- tech.ordinaryroad.live.chat.client.douyin.protobuf.Douyin_cmd_msgProto
- tech.ordinaryroad.live.chat.client.douyin.protobuf.Douyin_webcast_chat_message_msgProto
- tech.ordinaryroad.live.chat.client.douyin.protobuf.Douyin_webcast_gift_message_msgProto
- tech.ordinaryroad.live.chat.client.douyin.protobuf.douyin_webcast_like_message_msgProto
- tech.ordinaryroad.live.chat.client.douyin.protobuf.Douyin_webcast_member_message_msgProto
- tech.ordinaryroad.live.chat.client.douyin.protobuf.douyin_websocket_frame_msgProto
- tech.ordinaryroad.live.chat.client.douyin.protobuf.Douyin_websocket_frameProto
- tech.ordinaryroad.live.chat.client.douyin.api.DouyinApis
- tech.ordinaryroad.live.chat.client.douyin.api.DouyinApis.RoomInitResult
- tech.ordinaryroad.live.chat.client.douyin.msg.DouyinDanmuMsg (implements tech.ordinaryroad.live.chat.client.commons.base.msg.IDanmuMsg, tech.ordinaryroad.live.chat.client.douyin.msg.base.IDouyinMsg)
- tech.ordinaryroad.live.chat.client.douyin.msg.DouyinEnterRoomMsg (implements tech.ordinaryroad.live.chat.client.douyin.msg.base.IDouyinMsg, tech.ordinaryroad.live.chat.client.commons.base.msg.IEnterRoomMsg)
- tech.ordinaryroad.live.chat.client.douyin.msg.DouyinGiftMsg (implements tech.ordinaryroad.live.chat.client.douyin.msg.base.IDouyinMsg, tech.ordinaryroad.live.chat.client.commons.base.msg.IGiftMsg)
- tech.ordinaryroad.live.chat.client.douyin.msg.DouyinLikeMsg (implements tech.ordinaryroad.live.chat.client.douyin.msg.base.IDouyinMsg, tech.ordinaryroad.live.chat.client.commons.base.msg.ILikeMsg)
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.GiftIMPriorityOuterClass
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.GiftStructOuterClass
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.PatternRefOuterClass
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.PublicAreaCommonOuterClass
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextEffectDetailOuterClass
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextEffectOuterClass
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextFormatOuterClass
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextOuterClass
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextPieceGiftOuterClass
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextPieceHeartOuterClass
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextPieceImageOuterClass
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextPieceOuterClass
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextPiecePatternRefOuterClass
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextPieceUserOuterClass
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass
- com.google.protobuf.AbstractMessageLite<MessageType,
接口分层结构
- tech.ordinaryroad.live.chat.client.commons.base.listener.IBaseConnectionListener<T>
- tech.ordinaryroad.live.chat.client.douyin.listener.IDouyinConnectionListener
- tech.ordinaryroad.live.chat.client.commons.base.listener.IBaseMsgListener<T,
CmdEnum> - tech.ordinaryroad.live.chat.client.douyin.listener.IDouyinMsgListener (并 extends tech.ordinaryroad.live.chat.client.commons.base.listener.IDanmuMsgListener<T,
DanmuMsg>, tech.ordinaryroad.live.chat.client.commons.base.listener.IEnterRoomMsgListener<T, EnterRoomMsg>, tech.ordinaryroad.live.chat.client.commons.base.listener.IGiftMsgListener<T, GiftMsg>, tech.ordinaryroad.live.chat.client.commons.base.listener.ILikeMsgListener<T, LikeMsg>)
- tech.ordinaryroad.live.chat.client.douyin.listener.IDouyinMsgListener (并 extends tech.ordinaryroad.live.chat.client.commons.base.listener.IDanmuMsgListener<T,
- tech.ordinaryroad.live.chat.client.commons.base.listener.IDanmuMsgListener<T,
DanmuMsg> - tech.ordinaryroad.live.chat.client.douyin.listener.IDouyinMsgListener (并 extends tech.ordinaryroad.live.chat.client.commons.base.listener.IBaseMsgListener<T,
CmdEnum>, tech.ordinaryroad.live.chat.client.commons.base.listener.IEnterRoomMsgListener<T, EnterRoomMsg>, tech.ordinaryroad.live.chat.client.commons.base.listener.IGiftMsgListener<T, GiftMsg>, tech.ordinaryroad.live.chat.client.commons.base.listener.ILikeMsgListener<T, LikeMsg>)
- tech.ordinaryroad.live.chat.client.douyin.listener.IDouyinMsgListener (并 extends tech.ordinaryroad.live.chat.client.commons.base.listener.IBaseMsgListener<T,
- tech.ordinaryroad.live.chat.client.commons.base.listener.IEnterRoomMsgListener<T,
EnterRoomMsg> - tech.ordinaryroad.live.chat.client.douyin.listener.IDouyinMsgListener (并 extends tech.ordinaryroad.live.chat.client.commons.base.listener.IBaseMsgListener<T,
CmdEnum>, tech.ordinaryroad.live.chat.client.commons.base.listener.IDanmuMsgListener<T, DanmuMsg>, tech.ordinaryroad.live.chat.client.commons.base.listener.IGiftMsgListener<T, GiftMsg>, tech.ordinaryroad.live.chat.client.commons.base.listener.ILikeMsgListener<T, LikeMsg>)
- tech.ordinaryroad.live.chat.client.douyin.listener.IDouyinMsgListener (并 extends tech.ordinaryroad.live.chat.client.commons.base.listener.IBaseMsgListener<T,
- tech.ordinaryroad.live.chat.client.commons.base.listener.IGiftMsgListener<T,
GiftMsg> - tech.ordinaryroad.live.chat.client.douyin.listener.IDouyinMsgListener (并 extends tech.ordinaryroad.live.chat.client.commons.base.listener.IBaseMsgListener<T,
CmdEnum>, tech.ordinaryroad.live.chat.client.commons.base.listener.IDanmuMsgListener<T, DanmuMsg>, tech.ordinaryroad.live.chat.client.commons.base.listener.IEnterRoomMsgListener<T, EnterRoomMsg>, tech.ordinaryroad.live.chat.client.commons.base.listener.ILikeMsgListener<T, LikeMsg>)
- tech.ordinaryroad.live.chat.client.douyin.listener.IDouyinMsgListener (并 extends tech.ordinaryroad.live.chat.client.commons.base.listener.IBaseMsgListener<T,
- tech.ordinaryroad.live.chat.client.commons.base.listener.ILikeMsgListener<T,
LikeMsg> - tech.ordinaryroad.live.chat.client.douyin.listener.IDouyinMsgListener (并 extends tech.ordinaryroad.live.chat.client.commons.base.listener.IBaseMsgListener<T,
CmdEnum>, tech.ordinaryroad.live.chat.client.commons.base.listener.IDanmuMsgListener<T, DanmuMsg>, tech.ordinaryroad.live.chat.client.commons.base.listener.IEnterRoomMsgListener<T, EnterRoomMsg>, tech.ordinaryroad.live.chat.client.commons.base.listener.IGiftMsgListener<T, GiftMsg>)
- tech.ordinaryroad.live.chat.client.douyin.listener.IDouyinMsgListener (并 extends tech.ordinaryroad.live.chat.client.commons.base.listener.IBaseMsgListener<T,
- com.google.protobuf.MessageLiteOrBuilder
- com.google.protobuf.MessageOrBuilder
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.CommonOuterClass.CommonOrBuilder
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.DoubleLikeDetailOuterClass.DoubleLikeDetailOrBuilder
- tech.ordinaryroad.live.chat.client.douyin.protobuf.douyin_cmd_msgOrBuilder
- tech.ordinaryroad.live.chat.client.douyin.protobuf.douyin_webcast_chat_message_msgOrBuilder
- tech.ordinaryroad.live.chat.client.douyin.protobuf.douyin_webcast_gift_message_msgOrBuilder
- tech.ordinaryroad.live.chat.client.douyin.protobuf.douyin_webcast_like_message_msgOrBuilder
- tech.ordinaryroad.live.chat.client.douyin.protobuf.douyin_webcast_member_message_msgOrBuilder
- tech.ordinaryroad.live.chat.client.douyin.protobuf.douyin_websocket_frame_msgOrBuilder
- tech.ordinaryroad.live.chat.client.douyin.protobuf.douyin_websocket_frameOrBuilder
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.GiftIMPriorityOuterClass.GiftIMPriorityOrBuilder
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.GiftStructOuterClass.GiftStructOrBuilder
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.Image.ContentOrBuilder
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.Image.NinePatchSettingOrBuilder
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.ImageOrBuilder
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.PatternRefOuterClass.PatternRefOrBuilder
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.PublicAreaCommonOuterClass.PublicAreaCommonOrBuilder
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextEffectDetailOuterClass.TextEffectDetailOrBuilder
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextEffectOuterClass.TextEffectOrBuilder
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextFormatOuterClass.TextFormatOrBuilder
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextOuterClass.TextOrBuilder
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextPieceGiftOuterClass.TextPieceGiftOrBuilder
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextPieceHeartOuterClass.TextPieceHeartOrBuilder
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextPieceImageOuterClass.TextPieceImageOrBuilder
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextPieceOuterClass.TextPieceOrBuilder
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextPiecePatternRefOuterClass.TextPiecePatternRefOrBuilder
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextPieceUserOuterClass.TextPieceUserOrBuilder
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.ActivityInfoOrBuilder
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.AnchorInfoOrBuilder
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.AnchorLevelOrBuilder
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.AuthenticationInfoOrBuilder
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.AuthorStatsOrBuilder
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.BorderOrBuilder
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.BrotherhoodInfoOrBuilder
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.FansClub.FansClubData.UserBadgeOrBuilder
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.FansClub.FansClubDataOrBuilder
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.FansClubOrBuilder
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.FansGroupInfoOrBuilder
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.FollowInfoOrBuilder
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.JAccreditInfoOrBuilder
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.NobleLevelInfoOrBuilder
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.OwnRoomOrBuilder
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.PayGrade.GradeIconOrBuilder
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.PayGradeOrBuilder
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.PoiInfoOrBuilder
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.ProfileStyleParamsOrBuilder
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.SubscribeOrBuilder
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.UserAttrOrBuilder
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.UserDressInfoOrBuilder
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.UserStatsOrBuilder
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.UserVIPInfoOrBuilder
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.XiguaParamsOrBuilder
- tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.UserOrBuilder
- com.google.protobuf.MessageOrBuilder
- 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.douyin.msg.base.IDouyinCmdMsg (并 extends tech.ordinaryroad.live.chat.client.douyin.msg.base.IDouyinMsg)
- tech.ordinaryroad.live.chat.client.douyin.msg.base.IDouyinMsg
- tech.ordinaryroad.live.chat.client.douyin.msg.base.IDouyinCmdMsg (并 extends tech.ordinaryroad.live.chat.client.commons.base.msg.ICmdMsg<CmdEnum>)
- tech.ordinaryroad.live.chat.client.commons.base.msg.ICmdMsg<CmdEnum>
- tech.ordinaryroad.live.chat.client.commons.base.msg.IMsg
枚举分层结构
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- tech.ordinaryroad.live.chat.client.douyin.constant.DouyinCmdEnum
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)