Class ContinuationWebSocketFrame

All Implemented Interfaces:
ByteBufHolder, ReferenceCounted

public class ContinuationWebSocketFrame extends WebSocketFrame
Web Socket continuation frame containing continuation text or binary data. This is used for fragmented messages where the contents of a messages is contained more than 1 frame.