Class: Thin::UnixConnection
- Inherits:
-
Connection
- Object
- EventMachine::Connection
- Connection
- Thin::UnixConnection
- Defined in:
- lib/thin/backends/unix_server.rb
Overview
Connection through a UNIX domain socket.
Constant Summary
Constants inherited from Connection
Connection::CHUNKED_REGEXP, Connection::CONTENT_LENGTH, Connection::TRANSFER_ENCODING
Instance Attribute Summary
Attributes inherited from Connection
#app, #backend, #request, #response, #threaded
Method Summary
Methods inherited from Connection
#can_persist!, #can_persist?, #handle_error, #persistent?, #post_init, #post_process, #pre_process, #process, #receive_data, #remote_address, #terminate_request, #threaded?, #unbind
Methods included from Logging
#debug, debug, debug?, #log, log, #log_error, log_error, #silent, #silent=, silent?, #trace, trace, trace?