Module EventMachine::WebSocket::Framing76
In: lib/em-websocket/framing76.rb

Methods

Public Instance methods

frames need to start with 0x00-0x7f byte and end with an 0xFF byte. Per spec, we can also set the first byte to a value betweent 0x80 and 0xFF, followed by a leading length indicator

[Validate]