1 | static S subBot_myWebSocketURI() {
|
2 | int port = subBot_currentPort(); |
3 | ret (subBot_isHttps() ? "wss://" : "ws://") + domain() |
4 | + (port == 80 ? "" : ":" + port) + "/" + parsedProgramID(); |
5 | } |
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: | #1014670 |
| Snippet name: | subBot_myWebSocketURI |
| Eternal ID of this version: | #1014670/2 |
| Text MD5: | 359a1300210374615c7263d95c5c9a49 |
| Author: | stefan |
| Category: | javax / web |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-04-29 18:37:07 |
| Source code size: | 197 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 665 / 676 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |