Wraps a Stone.js outgoing response into a raw WebSocket frame.
The adapter sends the returned object back to the originating socket as JSON when it carries content, so a message handler can reply to the client that sent the frame.
Build and return the raw WebSocket response.
The raw response frame.
Static
Create a RawResponseWrapper.
Partial options for configuring the raw response.
A new instance.
Wraps a Stone.js outgoing response into a raw WebSocket frame.
The adapter sends the returned object back to the originating socket as JSON when it carries content, so a message handler can reply to the client that sent the frame.