Which class receive message

i have a question, which class receive and handle the message from client?

thanks

Hey hanqiangge,

The main class that receives (converts XML into Packets) is SocketReader. SocketReader will then use different routers to process the received packets. Each router will process different packet types.

Are you looking to do anything in particular?

Regards,

– Gato