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