Class Thin::Backends::TcpServer
In: lib/thin/backends/tcp_server.rb
Parent: Base

Backend to act as a TCP socket server.

Methods

connect   disconnect   new   to_s  

Attributes

host  [RW]  Address and port on which the server is listening for connections.
port  [RW]  Address and port on which the server is listening for connections.

Public Class methods

Public Instance methods

Connect the server

Stops the server

[Validate]