ktor-websockets
Toggle table of contents
3.3.1
common
Platform filter
common
Switch theme
Search in API
ktor-websockets
ktor-websockets
/
io.ktor.websocket
/
readReason
read
Reason
fun
Frame.Close
.
readReason
(
)
:
CloseReason
?
(
source
)
Reads the close reason from the close frame or null if no close reason is provided.
Report a problem