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

9
LINES

< > BotCompany Repo | #1035653 // urlConnection - synonym of openConnection

JavaX fragment (include)

static URLConnection urlConnection(S url) {
  ret openConnection(url);
}



static URLConnection urlConnection(URL url) {
  ret openConnection(url);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 2 computer(s): elmgxqgtpvxh, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1035653
Snippet name: urlConnection - synonym of openConnection
Eternal ID of this version: #1035653/1
Text MD5: 3b70e6661e6292fe194273a9c1d5034c
Author: someone
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-07-01 01:24:53
Source code size: 152 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 89 / 85
Referenced in: [show references]