enum

Socket::Type

Inherits Enum / Comparable / Value / Object

Constants

STREAM = 1
DGRAM = 2
RAW = 3
SEQPACKET = 5

Instance methods

dgram?

Returns true if this enum value equals DGRAM

Source
raw?

Returns true if this enum value equals RAW

Source
seqpacket?

Returns true if this enum value equals SEQPACKET

Source
stream?

Returns true if this enum value equals STREAM

Source