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
- Author:
- mjz
-
Field Summary
Fields inherited from class tech.ordinaryroad.live.chat.client.bilibili.netty.frame.base.BaseBilibiliWebSocketFrame
sequence -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class tech.ordinaryroad.live.chat.client.bilibili.netty.frame.base.BaseBilibiliWebSocketFrame
getOperationEnum, getProtoverEnumMethods inherited from class io.netty.handler.codec.http.websocketx.BinaryWebSocketFrame
copy, duplicate, replace, retain, retain, retainedDuplicate, touch, touchMethods inherited from class io.netty.handler.codec.http.websocketx.WebSocketFrame
isFinalFragment, rsv, toStringMethods inherited from class io.netty.buffer.DefaultByteBufHolder
content, contentToString, equals, hashCode, refCnt, release, release
-
Constructor Details
-
HeartbeatWebSocketFrame
public HeartbeatWebSocketFrame(io.netty.buffer.ByteBuf byteBuf)
-