
January 14th, 2008
|
| Phex Developer | | Join Date: May 8th, 2001 Location: Stuttgart, Germany
Posts: 988
| |
The most central classes in the last release are all the Manager classes.
They are all defined and initialized in the ManagerController class.
Every "module" in Phex has its own Manager class.
Regarding your question how Phex connects: The triggering of outgoing connections happens in the HostManager.doAutoConnectCheck() method. Incoming connection are accepted in the OIOServer class.
Please ask if you need any more guidance..
__________________ |