297298299300301302303304
byte[] bytes = data.getBytes(); SendData(bytes, 0, bytes.length); } catch (Exception ex) { throw new ConnectorCannotSendPacketException(this, null); } }