class HAR::WebSocketMessage
- HAR::WebSocketMessage
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
har/websocket_message.crConstructors
Instance Method Summary
-
#data : String
The data passed over the websocket message.
-
#data=(data : String)
The data passed over the websocket message.
-
#opcode : Int32
Websocket message operation code.
-
#opcode=(opcode : Int32)
Websocket message operation code.
-
#time : Float64
Timing it took to send/receive the message.
-
#time=(time : Float64)
Timing it took to send/receive the message.
-
#type : String
Type of the message (send/receive).
-
#type=(type : String)
Type of the message (send/receive).