Class | FTW::WebSocket |
In: |
lib/ftw/websocket.rb
lib/ftw/namespace.rb lib/ftw/websocket.rb lib/ftw/namespace.rb |
Parent: | Object |
:nodoc:
TEXTFRAME | = | 0x0001 | The frame identifier for a ‘text’ frame | |
WEBSOCKET_ACCEPT_UUID | = | "258EAFA5-E914-47DA-95CA-C5AB0DC85B11" | Search RFC6455 for this string and you will find its definitions. It is used in servers accepting websocket upgrades. | |
TEXTFRAME | = | 0x0001 | The frame identifier for a ‘text’ frame | |
WEBSOCKET_ACCEPT_UUID | = | "258EAFA5-E914-47DA-95CA-C5AB0DC85B11" | Search RFC6455 for this string and you will find its definitions. It is used in servers accepting websocket upgrades. |
Creates a new websocket and fills in the given http request with any necessary settings.
Creates a new websocket and fills in the given http request with any necessary settings.
Set the connection for this websocket. This is usually invoked by FTW::Agent after the websocket upgrade and handshake have been successful.
You probably don‘t call this yourself.
Set the connection for this websocket. This is usually invoked by FTW::Agent after the websocket upgrade and handshake have been successful.
You probably don‘t call this yourself.