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

Example usage for Java io.netty.handler.codec.http.websocketx BinaryWebSocketFrame 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 BinaryWebSocketFrame.

The text is from its open source code.

Constructor

BinaryWebSocketFrame(ByteBuf binaryData)
Creates a new binary frame with the specified binary data.
BinaryWebSocketFrame(boolean finalFragment, int rsv, ByteBuf binaryData)
Creates a new binary frame with the specified binary data and the final fragment flag.
BinaryWebSocketFrame()
Creates a new empty binary frame.

Method

BinaryWebSocketFrameretain()