hunt-http ~master (2022-03-03T02:59:30Z)
Home
Dub
Repo
TextFrame
hunt
http
codec
websocket
frame
TextFrame
Undocumented in source.
class
TextFrame :
DataFrame
{
this
();
WebSocketFrameType
getType
();
TextFrame
setPayload
(string str);
alias
setPayload
=
AbstractWebSocketFrame
.
setPayload
;
string
getPayloadAsUTF8
();
}
Constructors
this
this
()
Undocumented in source.
Members
Aliases
setPayload
alias
setPayload
=
AbstractWebSocketFrame
.
setPayload
Undocumented in source.
Functions
getPayloadAsUTF8
string
getPayloadAsUTF8
()
Undocumented in source. Be warned that the author may not have intended to support it.
getType
WebSocketFrameType
getType
()
Undocumented in source. Be warned that the author may not have intended to support it.
setPayload
TextFrame
setPayload
(string str)
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
TextFrame
classes
TextFrame