ktor
2.0.1
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.0.3
2.0.2
2.0.1
2.0.0
2.0.0-rc-1
2.0.0-beta-1
1.6.8
1.6.7
jvmAndNix
ktor-network
/
io.ktor.network.sockets
/
Configurable
Configurable
jvmAndNix
interface
Configurable
<
out
T
:
Configurable
<
T
,
Options
>
,
Options
:
SocketOptions
>
Content copied to clipboard
Represent a configurable socket
Functions
Properties
Inheritors
Functions
configure
Link copied to clipboard
jvmAndNix
open
fun
configure
(
block
:
Options
.
(
)
->
Unit
)
:
T
Content copied to clipboard
Configure socket options in
block
function
Properties
options
Link copied to clipboard
jvmAndNix
abstract
var
options
:
Options
Content copied to clipboard
Current socket options
Inheritors
SocketBuilder
Link copied to clipboard
TcpSocketBuilder
Link copied to clipboard
UDPSocketBuilder
Link copied to clipboard