common-utils
Toggle table of contents
2.8.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
common-utils
core-utils
/
com.pambrose.common.util
/
HostInfo
Host
Info
data
class
HostInfo
(
val
hostName
:
String
,
val
ipAddress
:
String
)
Holds the hostname and IP address of the local machine.
Parameters
host
Name
the local hostname
ip
Address
the local IP address
Members
Constructors
Host
Info
Link copied to clipboard
constructor
(
hostName
:
String
,
ipAddress
:
String
)
Properties
host
Name
Link copied to clipboard
val
hostName
:
String
ip
Address
Link copied to clipboard
val
ipAddress
:
String