Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

6
LINES

< > BotCompany Repo | #1016454 // tempWebSocketClient

JavaX fragment (include)

static AutoCloseable tempWebSocketClient(final WebSocketClient ws) {
  ret ws == null ? null : autocloseable {
    print("Closing WebSocket");
    ws.close();
  };
}

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1016454
Snippet name: tempWebSocketClient
Eternal ID of this version: #1016454/3
Text MD5: 2f8573af4c470e0cd96b81572c1d22ac
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-06-23 19:52:48
Source code size: 170 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 265 / 307
Version history: 2 change(s)
Referenced in: [show references]