| Interface | Description |
|---|---|
| ABoundSocket |
Represents a bound socket
|
| AConnectedSocket |
Represent a connected socket
|
| AReadable |
Represent a readable socket
|
| ASocket |
Base type for all async sockets
|
| AWritable |
Represents a writable socket
|
| Acceptable<S extends ASocket> |
Represents a socket source, for example server socket
|
| BoundDatagramSocket |
Represents a bound datagram socket
|
| Configurable<T extends Configurable<? extends T,O>,O extends SocketOptions> |
Represent a configurable socket
|
| ConnectedDatagramSocket |
Represents a connected datagram socket.
|
| DatagramReadChannel |
A channel for receiving datagrams
|
| DatagramReadWriteChannel |
A channel for sending and receiving datagrams
|
| DatagramWriteChannel |
A channel for sending datagrams
|
| ReadWriteSocket |
Represents both readable and writable socket
|
| ServerSocket |
Represents a server bound socket ready for accepting connections
|
| Socket |
Represents a connected socket
|
| Class | Description |
|---|---|
| BuildersKt | |
| CIOReaderKt | |
| CIOWriterKt | |
| Datagram |
UDP datagram with packet content targeted to address
|
| DatagramKt | |
| JavaSocketOptionsKt | |
| SocketBuilder |
Socket builder
|
| SocketOptions |
Socket options builder
|
| SocketsKt | |
| TcpSocketBuilder |
TCP socket builder
|
| TypeOfService |
An inline class to hold a IP ToS value
|
| UDPSocketBuilder |
UDP socket builder
|