Class HeartbeatWebSocketFrame

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
tech.ordinaryroad.live.chat.client.bilibili.netty.frame.HeartbeatWebSocketFrame
All Implemented Interfaces:
io.netty.buffer.ByteBufHolder, io.netty.util.ReferenceCounted

public class HeartbeatWebSocketFrame extends BaseBilibiliWebSocketFrame
Author:
mjz
  • Field Summary

    Fields inherited from class tech.ordinaryroad.live.chat.client.bilibili.netty.frame.base.BaseBilibiliWebSocketFrame

    sequence
  • Constructor Summary

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

    Methods inherited from class tech.ordinaryroad.live.chat.client.bilibili.netty.frame.base.BaseBilibiliWebSocketFrame

    getOperationEnum, getProtoverEnum

    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
  • Constructor Details

    • HeartbeatWebSocketFrame

      public HeartbeatWebSocketFrame(io.netty.buffer.ByteBuf byteBuf)