Parser

Parsing of a frames in WebSocket land.

Constructors

this
this(WebSocketPolicy wspolicy)
Undocumented in source.

Members

Functions

configureFromExtensions
void configureFromExtensions(Extension[] exts)
Undocumented in source. Be warned that the author may not have intended to support it.
getIncomingFramesHandler
IncomingFrames getIncomingFramesHandler()
Undocumented in source. Be warned that the author may not have intended to support it.
getPolicy
WebSocketPolicy getPolicy()
Undocumented in source. Be warned that the author may not have intended to support it.
isRsv1InUse
bool isRsv1InUse()
Undocumented in source. Be warned that the author may not have intended to support it.
isRsv2InUse
bool isRsv2InUse()
Undocumented in source. Be warned that the author may not have intended to support it.
isRsv3InUse
bool isRsv3InUse()
Undocumented in source. Be warned that the author may not have intended to support it.
notifyFrame
void notifyFrame(WebSocketFrame f)
Undocumented in source. Be warned that the author may not have intended to support it.
parse
void parse(ByteBuffer buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
setIncomingFramesHandler
void setIncomingFramesHandler(IncomingFrames incoming)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta