class UNIXServer

Superclass hierarchy

Object
Reference
FileDescriptorIO
Socket
UNIXSocket
UNIXServer

Defined in:

Class Method Summary

Instance Method Summary

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