Configurable
interface Configurable<out T : Configurable<T, O>, O : SocketOptions>
Represent a configurable socket
Properties
abstract var options: O 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 |