Frame.Typedata, finRsvOp, mask, masked| Constructor | Description |
|---|---|
ContinuationFrame() |
| Modifier and Type | Method | Description |
|---|---|---|
Frame.Type |
getType() |
|
ContinuationFrame |
setPayload(byte[] buf) |
|
ContinuationFrame |
setPayload(java.lang.String message) |
|
ContinuationFrame |
setPayload(java.nio.ByteBuffer buf) |
Set the data payload.
|
assertValid, isControlFrame, isDataFrame, setIsContinuationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopy, copyHeaders, copyHeaders, equals, getMask, getOpCode, getPayload, getPayloadAsUTF8, getPayloadLength, hashCode, hasPayload, isFin, isLast, isMasked, isRsv1, isRsv2, isRsv3, reset, setFin, setMask, setMasked, setOpCode, setRsv1, setRsv2, setRsv3, toStringpublic ContinuationFrame setPayload(java.nio.ByteBuffer buf)
WebSocketFrameThe provided buffer will be used as is, no copying of bytes performed.
The provided buffer should be flipped and ready to READ from.
setPayload in class WebSocketFramebuf - the bytebuffer to setpublic ContinuationFrame setPayload(byte[] buf)
public ContinuationFrame setPayload(java.lang.String message)
public Frame.Type getType()
getType in interface FramegetType in class WebSocketFrameCopyright © 1995–2018 Webtide. All rights reserved.