Process the next packet sent to this packet listener.
A single thread is responsible for invoking all listeners, so it's very important that implementations of this method not block for any extended period of time.
@param packet the packet to process.
Processes an incoming data packet from a certain connector. The implementation of the engine usually simply passes the packets to the server(s) of the overlying communication tier.
@param aConnector
@param aDataPacket
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.