A given IP host name.

Static methods

staticlocalhost():String

Available on lua, java, php, cs, python, neko, hl, cpp

Returns the local computer host name

staticlocalhost():Unknown

Available on macro

Constructor

new(name:String)

Creates a new Host : the name can be an IP in the form "127.0.0.1" or an host name such as "google.com", in which case the corresponding IP address is resolved using DNS. An exception occur if the host name could not be found.

Variables

read onlyhost:String

The provided host string.

read onlyhostEntry:IPHostEntry

Available on cs

read onlyip:Int

Available on lua, macro, java, php, python, neko, hl, cpp

The actual IP corresponding to the host.

read onlyip:Int

Available on cs

read onlyipAddress:IPAddress

Available on cs

Methods

reverse():String

Available on lua, java, php, cs, python, neko, hl, cpp

Perform a reverse-DNS query to resolve a host name from an IP.

reverse():Unknown

Available on macro

toString():String

Available on lua, java, php, cs, python, neko, hl, cpp

Returns the IP representation of the host

toString():Unknown

Available on macro