ABoundSocket
interface ABoundSocket
Represents a bound socket
Properties
abstract val localAddress: SocketAddress Local socket address. Could throw an exception if no address bound yet. |
Inheritors
interface BoundDatagramSocket : Represents a bound datagram socket |
|
interface ConnectedDatagramSocket : Represents a connected datagram socket. |
|
interface ServerSocket : Represents a server bound socket ready for accepting connections |
|
interface Socket : Represents a connected socket |