enum

HTTP2::Connection::State

Inherits Enum < Comparable < Value < Object

Constants

New = 0
Handshaking = 1
Active = 2
Draining = 3
Closed = 4

Instance methods

active?

Returns true if this enum value equals Active

Source
closed?

Returns true if this enum value equals Closed

Source
draining?

Returns true if this enum value equals Draining

Source
handshaking?

Returns true if this enum value equals Handshaking

Source
new?

Returns true if this enum value equals New

Source