hunt-http ~master (2022-03-03T02:59:30Z)
Home
Dub
Repo
ContinuationFrame
hunt
http
codec
websocket
frame
ContinuationFrame
Undocumented in source.
class
ContinuationFrame :
DataFrame
{
this
();
ContinuationFrame
setPayload
(ByteBuffer buf);
ContinuationFrame
setPayload
(byte[] buf);
ContinuationFrame
setPayload
(string message);
WebSocketFrameType
getType
();
}
Constructors
this
this
()
Undocumented in source.
Members
Functions
getType
WebSocketFrameType
getType
()
Undocumented in source. Be warned that the author may not have intended to support it.
setPayload
ContinuationFrame
setPayload
(byte[] buf)
Undocumented in source. Be warned that the author may not have intended to support it.
setPayload
ContinuationFrame
setPayload
(ByteBuffer buf)
Undocumented in source. Be warned that the author may not have intended to support it.
setPayload
ContinuationFrame
setPayload
(string message)
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From DataFrame
assertValid
void
assertValid
()
Undocumented in source. Be warned that the author may not have intended to support it.
isControlFrame
bool
isControlFrame
()
Undocumented in source. Be warned that the author may not have intended to support it.
isDataFrame
bool
isDataFrame
()
Undocumented in source. Be warned that the author may not have intended to support it.
setIsContinuation
void
setIsContinuation
()
Set the data frame to continuation mode
Meta
Source
See Implementation
hunt
http
codec
websocket
frame
ContinuationFrame
classes
ContinuationFrame