module WebSocketRb
This class provides methods available inside of blocks executed in routes
Class defines methods available in routes section to configure WebSocket server
Create PONG frame based of PING request.
Service
reads socket and returns readed frame.
Class describes Closing frame
Class describes any sends frame. It accepts message
Class describes Ping frame - to verify connection status.
Class describes Pong frame - reply to Ping frame
Class describes Closing frame
Wrapper
for request to get. It extracts a proper information from request header, like:
-
requested path
-
http protocol version
-
list of header key-val pairs
Constants
- VERSION