Configurable
interface Configurable<out T : Configurable<T, Options>, Options : SocketOptions>
Represent a configurable socket
Properties
abstract var options: Options Current socket options |
Functions
Configure socket options in block function |
Extension Functions
fun <T : Configurable<T, *>> T.tcpNoDelay(): T Set TCP_NODELAY socket option to disable the Nagle algorithm. |
Inheritors
class SocketBuilder : Socket builder |
|
class TcpSocketBuilder : TCP socket builder |
|
class UDPSocketBuilder : UDP socket builder |