Method: HTTP::Protocol::HTTP2::Window#full?

Defined in:
lib/http/protocol/http2/window_update_frame.rb

#full?Boolean

The window is completely full?

Returns:

  • (Boolean)


37
38
39
# File 'lib/http/protocol/http2/window_update_frame.rb', line 37

def full?
	@used == @capacity
end