类的使用
tech.ordinaryroad.live.chat.client.codec.huya.msg.WebSocketCommand
使用WebSocketCommand的程序包
-
tech.ordinaryroad.live.chat.client.codec.huya.msg.factory中WebSocketCommand的使用
修饰符和类型方法说明HuyaMsgFactory.createAuth(String ver, String cookie) 创建认证包 1. doLaunch 2. registerGroup 3. updateUserInfoHuyaMsgFactory.createGetLivingInfoReq(HuyaRoomInitResult roomInitResult, String ver, String cookie) HuyaMsgFactory.createGiftListReq(HuyaRoomInitResult roomInitResult, String ver) 创建获取礼物列表请求包HuyaMsgFactory.createHeartbeat(HuyaRoomInitResult roomInitResult, String ver, String cookie) HuyaMsgFactory.createLiveLaunchReq(String ver, String cookie) HuyaMsgFactory.createRegisterGroupReq(HuyaRoomInitResult roomInitResult) HuyaMsgFactory.createSendMessageReq(HuyaRoomInitResult roomInitResult, String msg, String ver, String cookie) 创建弹幕包HuyaMsgFactory.createUpdateUserInfoReq()