korlibs
Toggle table of contents
6.1.0-SNAPSHOT
posix
Target filter
posix
Switch theme
Search in API
Skip to content
korlibs
korlibs-io-network-core
/
korlibs.io.socket
/
NativeSocket
/
Endpoint
Endpoint
posix
data
class
Endpoint
(
val
ip
:
NativeSocket.IP
,
val
port
:
Int
)
Members
Constructors
Endpoint
Link copied to clipboard
posix
constructor
(
ip
:
NativeSocket.IP
,
port
:
Int
)
Properties
ip
Link copied to clipboard
posix
val
ip
:
NativeSocket.IP
port
Link copied to clipboard
posix
val
port
:
Int
Functions
to
Async
Address
Link copied to clipboard
posix
fun
toAsyncAddress
(
)
:
AsyncSocketAddress
to
String
Link copied to clipboard
posix
open
override
fun
toString
(
)
:
String