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

3
LINES

< > BotCompany Repo | #1007896 // ipToHost - reverse DNS lookup; also takes a host name

JavaX fragment (include)

static S ipToHost(S ip) ctex {
  ret InetAddress.getByName(ip).getCanonicalHostName();
}

Author comment

Began life as a copy of #1007894

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1007896
Snippet name: ipToHost - reverse DNS lookup; also takes a host name
Eternal ID of this version: #1007896/5
Text MD5: 2726c5da9ae716233dbab0b5606f7686
Author: stefan
Category: javax / networking
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-04-15 13:58:07
Source code size: 90 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 468 / 486
Version history: 4 change(s)
Referenced in: [show references]