Package-level declarations
Types
Represents a bound socket
Represents a socket source, for example server socket
Represent a connected socket
Represents a bound datagram socket
Represent a configurable socket
Represents a connected datagram socket.
Represents a connected socket with its input and output
A channel for receiving datagrams
A channel for sending and receiving datagrams
A channel for sending datagrams
Represents both readable and writable socket
Represents a server bound socket ready for accepting connections
Represents a connected socket
Socket builder
Socket options builder
TCP socket builder
An inline class to hold a IP ToS value
UDP socket builder
Properties
Functions
Start building a socket
Await until socket close
Opens socket input and output channels and returns connection object
Open a read channel, could be done only once
Open a write channel, could be opened only once
Set TCP_NODELAY socket option to disable the Nagle algorithm.