enum SOCKS::ConnectionIdentifierDecisionFlag

Defined in:

socks/socks.cr

Enum Members

VALID_FORMAT = 0_u8
INVALID_FORMAT = 1_u8
UNSUPPORTED = 2_u8

Instance Method Summary

Instance Method Detail

def invalid_format? #

[View source]
def unsupported? #

[View source]
def valid_format? #

[View source]