1 | static void sendKillSwitch(S ip, int port) {
|
2 | print("Sending kill switch to " + ip + ":" + port);
|
3 | Socket s = new Socket(ip, port); |
4 | OutputStream out = s.getOutputStream(); |
5 | out.write("kill!\n".getBytes("UTF-8"));
|
6 | s.close(); |
7 | } |
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1001070 |
| Snippet name: | sendKillSwitch |
| Eternal ID of this version: | #1001070/1 |
| Text MD5: | 08391e57dc98c77f006a322bce013969 |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2015-09-19 18:05:43 |
| Source code size: | 238 bytes / 7 lines |
| Pitched / IR pitched: | No / Yes |
| Views / Downloads: | 836 / 1064 |
| Referenced in: | [show references] |