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

4
LINES

< > BotCompany Repo | #1002608 // webServerPort - get port of our web server or 0 if none

JavaX source code - run with: x30.jar

static int webServerPort() {
  O port = getOpt(getMainBot(), "webServerPort");
  ret port == null ? 0 : (int) port;
}

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: #1002608
Snippet name: webServerPort - get port of our web server or 0 if none
Eternal ID of this version: #1002608/1
Text MD5: 7f6bbbf7deb004dd94595e3a17c0aed2
Author: stefan
Category: javax
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-02-05 03:47:08
Source code size: 120 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 530 / 537
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#3000202 - Answer for stefanreich (>> T conversion bot)
#3000238 - Answer for stefanreich (>> t power bot)
#3000382 - Answer for ferdie (>> t = 1, f = 0)