ktor
2.2.4
3.0.3
3.0.2
3.0.0
2.3.12
2.2.4
2.0.3
1.6.8
jvmAndNix
jvm
nix
ktor-server-host-common
/
io.ktor.server.engine.internal
/
ClosedChannelException
Closed
Channel
Exception
jvmAndNix
jvm
nix
expect
open
class
ClosedChannelException
:
IOException
actual
typealias
ClosedChannelException
=
ClosedChannelException
actual
open
class
ClosedChannelException
(
message
:
String
)
:
IOException
Constructors
Properties
Constructors
Closed
Channel
Exception
Link copied to clipboard
nix
fun
ClosedChannelException
(
message
:
String
)
Properties
cause
Link copied to clipboard
nix
open
val
cause
:
Throwable
?
message
Link copied to clipboard
nix
open
val
message
:
String
?