319320321322323324325326327
{ fLastOutgoingPacket = new OutgoingTCPClientPacket(this, bytes, offset, length, fLastOutgoingPacket); } else { throw new ConnectorDisconnectedException(this); } } }
355356357358359360361362
fBytesOut += length; } catch (IOException ex) { Stop(); throw new ConnectorDisconnectedException(this); } }