hunt-http ~master (2022-03-03T02:59:30Z)
Home
Dub
Repo
BinaryFrame
hunt
http
codec
websocket
frame
BinaryFrame
Undocumented in source.
class
BinaryFrame :
DataFrame
{
this
();
BinaryFrame
setPayload
(ByteBuffer buf);
BinaryFrame
setPayload
(byte[] buf);
BinaryFrame
setPayload
(string payload);
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
BinaryFrame
setPayload
(byte[] buf)
Undocumented in source. Be warned that the author may not have intended to support it.
setPayload
BinaryFrame
setPayload
(ByteBuffer buf)
Undocumented in source. Be warned that the author may not have intended to support it.
setPayload
BinaryFrame
setPayload
(string payload)
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
BinaryFrame
classes
BinaryFrame