Java io.netty.handler.codec.http.websocketx ContinuationWebSocketFrame fields, constructors, methods, implement or subclass

Example usage for Java io.netty.handler.codec.http.websocketx ContinuationWebSocketFrame fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.netty.handler.codec.http.websocketx ContinuationWebSocketFrame.

The text is from its open source code.

Constructor

ContinuationWebSocketFrame(boolean finalFragment, int rsv, ByteBuf binaryData)
Creates a new continuation frame with the specified binary data.
ContinuationWebSocketFrame(boolean finalFragment, int rsv, String text)
Creates a new continuation frame with the specified text data
ContinuationWebSocketFrame(ByteBuf binaryData)
Creates a new continuation frame with the specified binary data.

Method

Stringtext()
Returns the text data in this frame.