类的使用
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(String ver, String cookie) HuyaMsgFactory.createGiftListReq(String ver) 创建获取礼物列表请求包HuyaMsgFactory.createHeartbeat(String ver, String cookie) HuyaMsgFactory.createLiveLaunchReq(String ver, String cookie) HuyaMsgFactory.createRegisterGroupReq()HuyaMsgFactory.createSendMessageReq(String msg, String ver, String cookie) 创建弹幕包HuyaMsgFactory.createUpdateUserInfoReq()