Package velo.ladaalpha.fields.internet
Class Internet
java.lang.Object
velo.ladaalpha.fields.internet.Internet
The Class Internet.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic StringFetch.static StringgetIPHostname(String ip) Gets the IP hostname.getLANIP()Gets the lanip.static StringGets the local IP.static StringGets the public IP.static StringGets the urlip.static BooleanChecks if is connected.static booleanReach host.scanNetwork(int T) Scan network.Scan ports. 
- 
Constructor Details
- 
Internet
public Internet() 
 - 
 - 
Method Details
- 
fetch
Fetch.- Parameters:
 url- the url- Returns:
 - the string
 
 - 
scanNetwork
Scan network.- Parameters:
 T- the t- Returns:
 - the array list
 
 - 
scanPorts
Scan ports.- Parameters:
 ip- the ip- Returns:
 - the array list
 
 - 
getURLIP
Gets the urlip.- Parameters:
 s- the s- Returns:
 - the urlip
 
 - 
getIPHostname
Gets the IP hostname.- Parameters:
 ip- the ip- Returns:
 - the IP hostname
 
 - 
getLANIP
Gets the lanip.- Returns:
 - the lanip
 
 - 
getLocalIP
Gets the local IP.- Returns:
 - the local IP
 
 - 
getPublicIP
Gets the public IP.- Returns:
 - the public IP
 
 - 
reachHost
Reach host.- Parameters:
 ip- the iptimeout- the timeout- Returns:
 - true, if successful
 
 - 
isConnected
Checks if is connected.- Returns:
 - the boolean
 
 
 -