Method: Protocol::HTTP2::PriorityFrame#apply
- Defined in:
- lib/protocol/http2/priority_frame.rb
#apply(connection) ⇒ Object
86 87 88 |
# File 'lib/protocol/http2/priority_frame.rb', line 86 def apply(connection) connection.receive_priority(self) end |