enum

HTTP2::Connection::State

Inherits Enum / Comparable / Value / Object

Constants

New = 0
Closed = 1

Instance methods

closed?

Returns true if this enum value equals Closed

Source
new?

Returns true if this enum value equals New

Source