enum

HTTP2::Connection::Diagnostic::Direction

Inherits Enum < Comparable < Value < Object

Constants

Inbound = 0
Outbound = 1
Internal = 2

Instance methods

inbound?

Returns true if this enum value equals Inbound

Source
internal?

Returns true if this enum value equals Internal

Source
outbound?

Returns true if this enum value equals Outbound

Source