enum SOCKS::ConnectionPauseDecisionFlag

Defined in:

socks/socks.cr

Enum Members

VALID = 0_u8
PENDING = 1_u8
INVALID = 2_u8
SUPPORTED = 3_u8
UNSUPPORTED = 4_u8

Instance Method Summary

Instance Method Detail

def invalid? #

[View source]
def pending? #

[View source]
def supported? #

[View source]
def unsupported? #

[View source]
def valid? #

[View source]