public Configurable<T extends Configurable<? extends T,O>,O extends SocketOptions>
Represent a configurable socket
| Modifier and Type | Interface and Description |
|---|---|
static class |
Configurable.DefaultImpls
Represent a configurable socket
|
| Modifier and Type | Method and Description |
|---|---|
T |
configure(kotlin.jvm.functions.Function1<? super O,kotlin.Unit> block)
Configure socket options in block function
|
O |
getOptions()
Current socket options
|
void |
setOptions(O p)
Current socket options
|