public class LiveChatRoomServiceImpl extends LiveBaseService implements ILiveChatRoomService
ERROR_INFO, ERROR_PREFIX, ERROR_PREFIX1, ERROR_SUFFIX| 构造器和说明 |
|---|
LiveChatRoomServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
LiveBadWordResponse |
addBadWord(LiveBadWordRequest liveBadWordRequest)
批量导入频道严禁词,API地址:https://dev.polyv.net/2017/liveproduct/zblts/addforbiddenwords/
|
List<String> |
addBannedIP(LiveChatBannedIPRequest liveChatBannedIPRequest)
设置聊天室禁言ip,API地址:https://dev.polyv.net/2017/liveproduct/zblts/addbannedip/
|
Boolean |
cleanChannelAllMsg(LiveCleanChannelAllMsgRequest liveCleanChannelAllMsgRequest)
删除频道聊天记录,API地址:https://dev.polyv.net/2017/liveproduct/zblts/cleanchat/
|
Boolean |
delBanned(LiveDelBannedDataRequest liveDelBannedDataRequest)
删除禁言IP/严禁词,API地址:https://dev.polyv.net/2017/liveproduct/zblts/delbanned/
|
Boolean |
delChatSingleMsg(LiveChatDelSingleMsgRequest liveChatDelSingleMsgRequest)
删除单条聊天记录,API地址:https://dev.polyv.net/2017/liveproduct/zblts/delchat/
|
List<String> |
getAccountBadworkList(LiveGetAccountBadWordRequest liveGetAccountBadWordRequest)
查询账号严禁词列表,API地址:https://dev.polyv.net/2019/liveproduct/zblts/user-badword-list/
|
List<String> |
getBannedList(LiveGetBannedListRequest liveGetBannedListRequest)
查询频道禁言列表,API地址:https://dev.polyv.net/2019/liveproduct/zblts/get-banned-list/
|
List<String> |
getChannelBadworkList(LiveGetBadwordIPRequest liveGetBadwordIPRequest)
查询频道严禁词/禁言IP列表,API地址:https://dev.polyv.net/2019/liveproduct/zblts/get-channel-badwords/
|
LiveGetChatAdminDataResponse |
getChatAdminData(LiveGetChatAdminDataRequest liveGetChatAdminDataRequest)
查询聊天室管理员信息,API地址:https://dev.polyv.net/2017/liveproduct/zblts/get-chat-admin/
|
List<LiveGetConsultingRecordResponse> |
getConsultingRecord(LiveGetConsultingRecordRequest liveGetConsultingRecordRequest)
查询咨询提问记录,API地址:https://dev.polyv.net/2018/liveproduct/zblts/getquestion/
|
List<LiveGetHistoryChatMsgResponse> |
getHistoryChatMsg(LiveGetHistoryChatMsgRequest liveGetHistoryChatMsgRequest)
查询历史聊天信息,API地址:https://dev.polyv.net/2019/liveproduct/zblts/get-channel-badwords/
|
List<LiveKickedListResponse> |
getKickedList(LiveKickedListRequest liveKickedListRequest)
查询频道踢人列表,API地址:https://dev.polyv.net/2019/liveproduct/zblts/list-kicked/
|
List<LiveGetQuestionStatisticalResponse> |
getQuestionStatistical(LiveGetQuestionStatisticalRequest liveGetQuestionStatisticalRequest)
查询频道的问答统计结果,API地址:https://dev.polyv.net/2018/liveproduct/zblts/get-question-result/
|
Boolean |
sendChannelChat(LiveSendChannelChatRequest liveSendChannelChatRequest)
管理员发送频道聊天信息
API地址:https://dev.polyv.net/2018/liveproduct/zblts/chatsendmsg/
|
LiveSendChatMsgResponse |
sendChatMsg(LiveSendChatMsgRequest liveSendChatMsgRequest)
通过HTTP接口发送聊天消息请求实体,API地址:https://dev.polyv.net/2019/liveproduct/zblts/send-admin-msg/
|
Boolean |
sendCustomChat(LiveSendCustomChatRequest liveSendCustomChatRequest)
发送自定义聊天信息
API地址:https://dev.polyv.net/2016/liveproduct/zblts/send-chat/
|
Boolean |
setChannelTeacherMsg(LiveSetTeacherDataRequest liveSetTeacherDataRequest)
设置讲师信息,API地址:https://dev.polyv.net/2019/liveproduct/zblts/update-channel-teacher/
|
Boolean |
setChatAdminData(LiveSetChatAdminDataRequest liveSetChatAdminDataRequest)
设置聊天室管理员信息,API地址:https://dev.polyv.net/2017/liveproduct/zblts/set-chat-admin/
|
baseGet, baseGetReturnArray, baseGetReturnArray, basePost, basePostJson, basePostJson, basePostJsonReturnArray, basePostReturnArray, baseUploadFile, baseUploadFileList, baseUploadFileListReturnArraypublic LiveSendChatMsgResponse sendChatMsg(LiveSendChatMsgRequest liveSendChatMsgRequest) throws IOException, NoSuchAlgorithmException
sendChatMsg 在接口中 ILiveChatRoomServiceliveSendChatMsgRequest - 查询签到结果请求实体IOException - 客户端和服务器读写异常NoSuchAlgorithmException - 异常public Boolean setChannelTeacherMsg(LiveSetTeacherDataRequest liveSetTeacherDataRequest) throws IOException, NoSuchAlgorithmException
setChannelTeacherMsg 在接口中 ILiveChatRoomServiceliveSetTeacherDataRequest - 设置讲师信息请求实体IOException - 客户端和服务器读写异常NoSuchAlgorithmException - 异常public List<String> addBannedIP(LiveChatBannedIPRequest liveChatBannedIPRequest) throws IOException, NoSuchAlgorithmException
addBannedIP 在接口中 ILiveChatRoomServiceliveChatBannedIPRequest - 设置聊天室禁言ip请求实体IOException - 客户端和服务器读写异常NoSuchAlgorithmException - 异常public LiveBadWordResponse addBadWord(LiveBadWordRequest liveBadWordRequest) throws IOException, NoSuchAlgorithmException
addBadWord 在接口中 ILiveChatRoomServiceliveBadWordRequest - 批量导入频道严禁词请求实体IOException - 客户端和服务器读写异常NoSuchAlgorithmException - 异常public List<String> getBannedList(LiveGetBannedListRequest liveGetBannedListRequest) throws IOException, NoSuchAlgorithmException
getBannedList 在接口中 ILiveChatRoomServiceliveGetBannedListRequest - 查询频道禁言列表请求实体IOException - 客户端和服务器读写异常NoSuchAlgorithmException - 异常public List<LiveKickedListResponse> getKickedList(LiveKickedListRequest liveKickedListRequest) throws IOException, NoSuchAlgorithmException
getKickedList 在接口中 ILiveChatRoomServiceliveKickedListRequest - 查询频道踢人列表请求实体IOException - 客户端和服务器读写异常NoSuchAlgorithmException - 异常public Boolean delBanned(LiveDelBannedDataRequest liveDelBannedDataRequest) throws IOException, NoSuchAlgorithmException
delBanned 在接口中 ILiveChatRoomServiceliveDelBannedDataRequest - 删除禁言IP/严禁词请求实体IOException - 客户端和服务器读写异常NoSuchAlgorithmException - 异常public List<String> getChannelBadworkList(LiveGetBadwordIPRequest liveGetBadwordIPRequest) throws IOException, NoSuchAlgorithmException
getChannelBadworkList 在接口中 ILiveChatRoomServiceliveGetBadwordIPRequest - 查询频道严禁词/禁言IP列表请求实体IOException - 客户端和服务器读写异常NoSuchAlgorithmException - 异常public List<String> getAccountBadworkList(LiveGetAccountBadWordRequest liveGetAccountBadWordRequest) throws IOException, NoSuchAlgorithmException
getAccountBadworkList 在接口中 ILiveChatRoomServiceliveGetAccountBadWordRequest - 查询账号严禁词列表请求实体IOException - 客户端和服务器读写异常NoSuchAlgorithmException - 异常public Boolean cleanChannelAllMsg(LiveCleanChannelAllMsgRequest liveCleanChannelAllMsgRequest) throws IOException, NoSuchAlgorithmException
cleanChannelAllMsg 在接口中 ILiveChatRoomServiceliveCleanChannelAllMsgRequest - 删除频道聊天记录请求实体IOException - 客户端和服务器读写异常NoSuchAlgorithmException - 签名异常public LiveGetChatAdminDataResponse getChatAdminData(LiveGetChatAdminDataRequest liveGetChatAdminDataRequest) throws IOException, NoSuchAlgorithmException
getChatAdminData 在接口中 ILiveChatRoomServiceliveGetChatAdminDataRequest - 查询聊天室管理员信息请求实体IOException - 客户端和服务器读写异常NoSuchAlgorithmException - 签名异常public List<LiveGetHistoryChatMsgResponse> getHistoryChatMsg(LiveGetHistoryChatMsgRequest liveGetHistoryChatMsgRequest) throws IOException, NoSuchAlgorithmException
getHistoryChatMsg 在接口中 ILiveChatRoomServiceliveGetHistoryChatMsgRequest - 查询历史聊天信息请求实体IOException - 客户端和服务器读写异常NoSuchAlgorithmException - 异常public Boolean delChatSingleMsg(LiveChatDelSingleMsgRequest liveChatDelSingleMsgRequest) throws IOException, NoSuchAlgorithmException
delChatSingleMsg 在接口中 ILiveChatRoomServiceliveChatDelSingleMsgRequest - 删除单条聊天记录请求实体IOException - 客户端和服务器读写异常NoSuchAlgorithmException - 签名异常public Boolean setChatAdminData(LiveSetChatAdminDataRequest liveSetChatAdminDataRequest) throws IOException, NoSuchAlgorithmException
setChatAdminData 在接口中 ILiveChatRoomServiceliveSetChatAdminDataRequest - 设置聊天室管理员信息请求实体IOException - 客户端和服务器读写异常NoSuchAlgorithmException - 签名异常public List<LiveGetConsultingRecordResponse> getConsultingRecord(LiveGetConsultingRecordRequest liveGetConsultingRecordRequest) throws IOException, NoSuchAlgorithmException
getConsultingRecord 在接口中 ILiveChatRoomServiceliveGetConsultingRecordRequest - 查询咨询提问记录请求实体IOException - 客户端和服务器读写异常NoSuchAlgorithmException - 异常public List<LiveGetQuestionStatisticalResponse> getQuestionStatistical(LiveGetQuestionStatisticalRequest liveGetQuestionStatisticalRequest) throws IOException, NoSuchAlgorithmException
getQuestionStatistical 在接口中 ILiveChatRoomServiceliveGetQuestionStatisticalRequest - 查询频道的问答统计结果请求实体IOException - 客户端和服务器读写异常NoSuchAlgorithmException - 异常public Boolean sendChannelChat(LiveSendChannelChatRequest liveSendChannelChatRequest) throws IOException, NoSuchAlgorithmException
sendChannelChat 在接口中 ILiveChatRoomServiceliveSendChannelChatRequest - 管理员发送频道聊天信息请求实体IOException - 异常NoSuchAlgorithmException - 异常public Boolean sendCustomChat(LiveSendCustomChatRequest liveSendCustomChatRequest) throws IOException, NoSuchAlgorithmException
sendCustomChat 在接口中 ILiveChatRoomServiceliveSendCustomChatRequest - 发送自定义聊天信息请求实体IOException - 异常NoSuchAlgorithmException - 异常Copyright © 2020. All Rights Reserved.