Uses of Interface
tech.ordinaryroad.live.chat.client.bilibili.msg.base.IBilibiliMsg
Packages that use IBilibiliMsg
Package
Description
-
Uses of IBilibiliMsg in tech.ordinaryroad.live.chat.client.bilibili.msg
Classes in tech.ordinaryroad.live.chat.client.bilibili.msg that implement IBilibiliMsgModifier and TypeClassDescriptionclassclassclassclassclassclassclassclass -
Uses of IBilibiliMsg in tech.ordinaryroad.live.chat.client.bilibili.msg.base
Classes in tech.ordinaryroad.live.chat.client.bilibili.msg.base that implement IBilibiliMsg -
Uses of IBilibiliMsg in tech.ordinaryroad.live.chat.client.bilibili.netty.handler
Methods in tech.ordinaryroad.live.chat.client.bilibili.netty.handler that return types with arguments of type IBilibiliMsgModifier and TypeMethodDescriptionprotected List<IBilibiliMsg>BilibiliBinaryFrameHandler.decode(io.netty.buffer.ByteBuf byteBuf) -
Uses of IBilibiliMsg in tech.ordinaryroad.live.chat.client.bilibili.util
Methods in tech.ordinaryroad.live.chat.client.bilibili.util that return types with arguments of type IBilibiliMsgModifier and TypeMethodDescriptionstatic List<IBilibiliMsg>BilibiliCodecUtil.decode(io.netty.buffer.ByteBuf in) static Optional<IBilibiliMsg>BilibiliCodecUtil.parse(OperationEnum operation, String jsonString)