AConnectedSocket
interface AConnectedSocket : AWritable
Represent a connected socket
Properties
abstract val remoteAddress: SocketAddress Remote socket address. Could throw an exception if the peer is not yet connected or already disconnected. |
Inherited Functions
abstract fun attachForWriting( Attach channel for writing so bytes written to the attached channel will be transmitted Only one channel could be attached |
Extension Functions
Open a write channel, could be opened only once |
Inheritors
interface ConnectedDatagramSocket : Represents a connected datagram socket. |
|
interface Socket : Represents a connected socket |