Method: Protocol::HTTP2::Window#wanted

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

#wantedObject

Get the amount of window that should be reclaimed.



77
78
79
# File 'lib/protocol/http2/window.rb', line 77

def wanted
  @used
end