* @throws IOException thrown if an error occurs
*/
public void writePacket(Packet packet, DataOutput dataOut) throws IOException {
super.writePacket(packet, dataOut);
CleanupConnectionInfo info = (CleanupConnectionInfo) packet;
super.writeUTF(info.getClientId(), dataOut);
dataOut.writeShort(info.getSessionId());
}