Method: Protocol::HTTP2::PingFrame#apply
- Defined in:
- lib/protocol/http2/ping_frame.rb
#apply(connection) ⇒ Object
48 49 50 |
# File 'lib/protocol/http2/ping_frame.rb', line 48 def apply(connection) connection.receive_ping(self) end |