class Thin::UnixConnection

Connection through a UNIX domain socket.

Protected Instance Methods

socket_address() click to toggle source
# File lib/thin/backends/unix_server.rb, line 52
def socket_address        
  '127.0.0.1' # Unix domain sockets can only be local
end