MessageCollectorTCPClientPacket
public MessageCollectorTCPClientPacket(TCPConnector connector,
java.lang.String data,
MessageCollectorTCPClientPacket previousPacket)
Constructs a new (incoming) message collector packet.
Use this class to receive data from the server.
This is an incoming message that will remain in the servers thread pool
as a job for the thread pool workers.
- Parameters:
TCPConnector
- is the packets TCP Connector.data
- is the string received.previousPacket
- is the previous message collector packet of the TCP Connector.