Module: Terminalwire::V2::Protocol::Type
- Defined in:
- lib/terminalwire/v2/protocol.rb
Overview
Frame types.
Constant Summary collapse
- HELLO =
"hello"- WELCOME =
"welcome"- INCOMPATIBLE =
"incompatible"- EXIT =
"exit"- OPEN =
"open"- DATA =
"data"- CLOSE =
"close"- REQUEST =
"request"- RESPONSE =
"response"- SIGNAL =
"signal"- WINDOW_ADJUST =
"window_adjust"