Class Connector
In: lib/network/connector.rb
Parent: Session
Connector
Session
TopLevel

The Connector class handles outgoing connections

Methods

handle_close   init   new  

Public Class methods

Create a new Connector object

server
The reactor this Connector is associated with.
address
The address to connect to.
returns
An Connector object

Public Instance methods

handle_close is called when a close event occurs for this Connector.

init is called before using the Connector

returns
true is acceptor is properly initialized

[Validate]