| Class | Skinny::Websocket |
| In: |
lib/skinny.rb
|
| Parent: | EventMachine::Connection |
We need to be really careful not to throw an exception too high or we‘ll kill the server.
| MAX_BUFFER_LENGTH | = | 2 ** 32 | 4mb is almost too generous, imho. | |
| GUID | = | "258EAFA5-E914-47DA-95CA-C5AB0DC85B11" | ||
| OPCODE_CONTINUATION | = | 0x00 | ||
| OPCODE_TEXT | = | 0x01 | ||
| OPCODE_BINARY | = | 0x02 | ||
| OPCODE_CLOSE | = | 0x08 | ||
| OPCODE_PING | = | 0x09 | ||
| OPCODE_PONG | = | 0x0a |
| env | [R] | |
| location | [R] | |
| origin | [R] | |
| protocol | [R] | |
| version | [R] |