class Protocol::WebSocket::PongFrame
Constants
- OPCODE
Public Instance Methods
apply(connection)
click to toggle source
# File lib/protocol/websocket/pong_frame.rb, line 28 def apply(connection) connection.receive_pong(self) end