enum

SOCKS::Enhanced::State::SynchronizeFlag

Inherits Enum < Comparable < Value < Object

Constants

READABLE = 0_u8
WRITEABLE = 1_u8
RESYNCHRONIZE = 2_u8
NEGOTIATE = 3_u8

Instance methods

negotiate?

Returns true if this enum value equals NEGOTIATE

Source
readable?

Returns true if this enum value equals READABLE

Source
resynchronize?

Returns true if this enum value equals RESYNCHRONIZE

Source
writeable?

Returns true if this enum value equals WRITEABLE

Source