InetSocketAddress
Constructors
Creates an InetSocketAddress from raw IP address bytes and a port number.
Creates an InetSocketAddress from raw IP address bytes and a port number.
Creates an InetSocketAddress from raw IP address bytes and a port number.
Functions
The hostname of the socket address.
The hostname of the socket address.
The hostname of the socket address.
The port number of the socket address.
The port number of the socket address.
The port number of the socket address.
Create a copy of InetSocketAddress.
Create a copy of InetSocketAddress.
Create a copy of InetSocketAddress.
Retrieves the port number associated with this socket address.
Returns the raw IP address bytes of this socket address.
Returns the raw IP address bytes of this socket address.
Returns the raw IP address bytes of this socket address.
Converts this Ktor SocketAddress to a Java java.net.SocketAddress.