public class BuildersKt
| Modifier and Type | Method and Description |
|---|---|
static SocketBuilder |
aSocket(SelectorManager selector)
Start building a socket
|
static <T extends Configurable<? extends T,?>> |
tcpNoDelay(T $receiver)
Set TCP_NODELAY socket option to disable the Nagle algorithm.
|
public static <T extends Configurable<? extends T,?>> T tcpNoDelay(T $receiver)
Set TCP_NODELAY socket option to disable the Nagle algorithm.
public static SocketBuilder aSocket(SelectorManager selector)
Start building a socket