Class BaseBilibiliWebSocketFrame

java.lang.Object
io.netty.buffer.DefaultByteBufHolder
io.netty.handler.codec.http.websocketx.WebSocketFrame
io.netty.handler.codec.http.websocketx.BinaryWebSocketFrame
tech.ordinaryroad.live.chat.client.bilibili.netty.frame.base.BaseBilibiliWebSocketFrame
All Implemented Interfaces:
io.netty.buffer.ByteBufHolder, io.netty.util.ReferenceCounted
Direct Known Subclasses:
AuthWebSocketFrame, HeartbeatWebSocketFrame

public abstract class BaseBilibiliWebSocketFrame extends io.netty.handler.codec.http.websocketx.BinaryWebSocketFrame
实现Bilibili协议的BinaryWebSocketFrame 数据包格式
Author:
mjz
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static int
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    BaseBilibiliWebSocketFrame(io.netty.buffer.ByteBuf byteBuf)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     

    Methods inherited from class io.netty.handler.codec.http.websocketx.BinaryWebSocketFrame

    copy, duplicate, replace, retain, retain, retainedDuplicate, touch, touch

    Methods inherited from class io.netty.handler.codec.http.websocketx.WebSocketFrame

    isFinalFragment, rsv, toString

    Methods inherited from class io.netty.buffer.DefaultByteBufHolder

    content, contentToString, equals, hashCode, refCnt, release, release

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • sequence

      public static int sequence
  • Constructor Details

    • BaseBilibiliWebSocketFrame

      public BaseBilibiliWebSocketFrame(io.netty.buffer.ByteBuf byteBuf)
  • Method Details