Equals method overloaded as part of the contract of the comparable
interface to allow an ordering of TimerHandler objects with respect to
expiration date
Callbackmethod called after the connection has been established and a
new EventHandler has been created and set up to interact with this
new conenction
A simplifyed version of the TimerHandler class taking a given delay in
miliseconds instead of an expiration Date and a class implementing
TimerCallback interface to be called back after the given delay.