lucene-kmp
Toggle table of contents
10.2.0-alpha14
common
Target filter
common
Switch theme
Search in API
Skip to content
lucene-kmp
core
/
org.gnit.lucenekmp.jdkport
/
InetSocketAddress
Inet
Socket
Address
class
InetSocketAddress
(
val
hostname
:
String
,
val
port
:
Int
)
Members
Constructors
Inet
Socket
Address
Link copied to clipboard
constructor
(
hostname
:
String
,
port
:
Int
)
Properties
hostname
Link copied to clipboard
val
hostname
:
String
port
Link copied to clipboard
val
port
:
Int
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String