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

9
LINES

< > BotCompany Repo | #1014689 // doPostSilentlyWithTimeout

JavaX fragment (include)

static S doPostSilentlyWithTimeout(long timeout, Map urlParameters, S url) {
  ret doPostSilentlyWithTimeout(timeout, makePostData(urlParameters), url);
}

static S doPostSilentlyWithTimeout(long timeout, S urlParameters, S url) {
  doPost_silently.set(true);
  doPost_timeout.set(timeout);
  ret doPost(urlParameters, url);
}

Author comment

Began life as a copy of #1014024

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: #1014689
Snippet name: doPostSilentlyWithTimeout
Eternal ID of this version: #1014689/1
Text MD5: fae5ecc9ddaffa7e020eaa3612ad723e
Author: stefan
Category: javax / networking
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-04-30 07:26:44
Source code size: 334 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 296 / 323
Referenced in: [show references]