ktor
1.6.x
Select version
3.3.x
3.2.x
3.1.x
3.0.x
2.3.x
2.2.x
2.0.x
1.6.x
posix
ktor-network
/
io.ktor.network.util
/
SocketAddress
Socket
Address
posix
sealed
class
SocketAddress
Content copied to clipboard
Represents pair of network ip and port.
Properties
Properties
address
Link copied to clipboard
posix
abstract
val
address
:
String
Content copied to clipboard
String representation of socket address part.
family
Link copied to clipboard
posix
val
family
:
<ERROR CLASS>
Content copied to clipboard
port
Link copied to clipboard
posix
val
port
:
Int
Content copied to clipboard