ktor-websockets
Toggle table of contents
3.3.1
common
jsAndWasmShared
jvm
posix
Platform filter
common
jsAndWasmShared
jvm
posix
Switch theme
Search in API
ktor-websockets
ktor-websockets
/
io.ktor.websocket
/
Frame
/
Text
/
Text
Text
common
jsAndWasmShared
jvm
posix
expect
constructor
(
fin
:
Boolean
,
data
:
ByteArray
)
(
source
)
expect
constructor
(
text
:
String
)
(
source
)
expect
constructor
(
fin
:
Boolean
,
packet
:
Source
)
(
source
)
expect
constructor
(
fin
:
Boolean
,
data
:
ByteArray
,
rsv1
:
Boolean
=
false
,
rsv2
:
Boolean
=
false
,
rsv3
:
Boolean
=
false
)
(
source
)
actual
constructor
(
fin
:
Boolean
,
data
:
ByteArray
)
(
source
)
actual
constructor
(
text
:
String
)
(
source
)
actual
constructor
(
fin
:
Boolean
,
packet
:
Source
)
(
source
)
actual
constructor
(
fin
:
Boolean
,
data
:
ByteArray
,
rsv1
:
Boolean
,
rsv2
:
Boolean
,
rsv3
:
Boolean
)
(
source
)
constructor
(
fin
:
Boolean
,
buffer
:
ByteBuffer
)
(
source
)
actual
constructor
(
fin
:
Boolean
,
data
:
ByteArray
)
(
source
)
actual
constructor
(
text
:
String
)
(
source
)
actual
constructor
(
fin
:
Boolean
,
packet
:
Source
)
(
source
)
actual
constructor
(
fin
:
Boolean
,
data
:
ByteArray
,
rsv1
:
Boolean
,
rsv2
:
Boolean
,
rsv3
:
Boolean
)
(
source
)
actual
constructor
(
fin
:
Boolean
,
data
:
ByteArray
)
(
source
)
actual
constructor
(
text
:
String
)
(
source
)
actual
constructor
(
fin
:
Boolean
,
packet
:
Source
)
(
source
)
actual
constructor
(
fin
:
Boolean
,
data
:
ByteArray
,
rsv1
:
Boolean
,
rsv2
:
Boolean
,
rsv3
:
Boolean
)
(
source
)