toggle menu
kotlin-common
common
switch theme
search in API
kotlin-common-net
/
com.huanshankeji.net
/
HostAndPort
Host
And
Port
class
HostAndPort
(
val
host
:
String
,
val
port
:
Int
)
(
source
)
Members
Constructors
Host
And
Port
Link copied to clipboard
constructor
(
host
:
String
,
port
:
Int
)
Properties
host
Link copied to clipboard
val
host
:
String
port
Link copied to clipboard
val
port
:
Int