Class Coolio::Server
In: lib/cool.io/server.rb
Parent: Listener

Methods

fileno   new   on_connection  

Public Class methods

Servers listen for incoming connections and create new connection objects whenever incoming connections are received. The default class for new connections is a Socket, but any subclass of IOWatcher is acceptable.

Public Instance methods

Returns an integer representing the underlying numeric file descriptor

Protected Instance methods

[Validate]