Method: Protocol::HTTP2::Stream#dependent_id

Defined in:
lib/protocol/http2/stream.rb

#dependent_idObject

The stream id that this stream depends on, according to the priority.



144
145
146
# File 'lib/protocol/http2/stream.rb', line 144

def dependent_id
  @dependent_id
end