1 | sS hSilentComputator_defaultURI() {
|
2 | int port = subBot_currentPort(); |
3 | ret (subBot_isHttps() ? "wss://" : "ws://") + domain() |
4 | + (port == 80 ? "" : ":" + port) + "/"; |
5 | } |
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1018942 |
| Snippet name: | hSilentComputator_defaultURI |
| Eternal ID of this version: | #1018942/1 |
| Text MD5: | b4dab1452bbcdb69fc0a3185f0878de5 |
| Author: | stefan |
| Category: | javax / networking |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-10-16 16:49:35 |
| Source code size: | 180 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 744 / 763 |
| Referenced in: | [show references] |