class UNIXServer
Superclass hierarchy
Object
Reference
FileDescriptorIO
Socket
UNIXSocket
UNIXServer
Defined in:
Class Method Summary
.new
(path : String, socktype = Socket::Type::STREAM : Socket::Type, backlog = 128)
Instance Method Summary
#accept
(&block)
#accept
#close
Class Method Detail
def self.
new
(path :
String
, socktype =
Socket
::
Type
::
STREAM
:
Socket::Type
, backlog =
128
)
Instance Method Detail
def
accept
(&block)
def
accept
def
close