Method: Protocol::HTTP2::Connection#remote_stream_id

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

#remote_stream_idObject (readonly)

The highest stream_id that has been successfully accepted by this connection.



94
95
96
# File 'lib/protocol/http2/connection.rb', line 94

def remote_stream_id
  @remote_stream_id
end