Cli Server Study

Cli Server

It is a telnet server,

It is created by relection.

 

EmsPeerServerMonitor.startCorbaServer()

 

        

Class c = getClass().getClassLoader().loadClass("ems.cli.session.CliServer");

 

 

 and it is static variable SERVER_PORT=5400 is initalized when class loader load this class.

 


has a -->SessionManager

 

has a -->ServerSocekt

 

 

has a -->DebugPorter

你可能感兴趣的:(C++,c,C#)