public abstract class WebSocketFrame
extends io.netty.buffer.DefaultByteBufHolder
| Modifier | Constructor and Description |
|---|---|
protected |
WebSocketFrame(boolean finalFragment,
int rsv,
io.netty.buffer.ByteBuf binaryData) |
protected |
WebSocketFrame(io.netty.buffer.ByteBuf binaryData) |
| Modifier and Type | Method and Description |
|---|---|
abstract WebSocketFrame |
copy() |
boolean |
isFinalFragment()
Flag to indicate if this frame is the final fragment in a message.
|
int |
rsv()
Bits used for extensions to the standard.
|
String |
toString() |
protected WebSocketFrame(io.netty.buffer.ByteBuf binaryData)
protected WebSocketFrame(boolean finalFragment,
int rsv,
io.netty.buffer.ByteBuf binaryData)
public boolean isFinalFragment()
public int rsv()
public abstract WebSocketFrame copy()
copy in interface io.netty.buffer.ByteBufHoldercopy in class io.netty.buffer.DefaultByteBufHolderpublic String toString()
toString in class io.netty.buffer.DefaultByteBufHolderCopyright © 2008-2013 The Netty Project. All Rights Reserved.