Class: Thin::UnixConnection
Class Thin::UnixConnection < Connection
(in files lib/thin/backends/unix_server.rb )Connection through a UNIX domain socket.
Includes
Methods
Protected Instance socket_address()
[ show source ]
# File lib/thin/backends/unix_server.rb, line 47
47: def socket_address
48: '127.0.0.1' # Unix domain sockets can only be local
49: end