http4k-realtime-core
Toggle table of contents
6.19.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k-realtime-core
http4k-realtime-core
/
org.http4k.websocket
/
WsMessage
/
WsMessage
Ws
Message
constructor
(
body
:
Body
,
mode
:
WsMessage.Mode
)
(
source
)
constructor
(
value
:
String
=
""
,
mode
:
WsMessage.Mode
=
Mode.Text
)
(
source
)
constructor
(
value
:
ByteBuffer
,
mode
:
WsMessage.Mode
=
Mode.Binary
)
(
source
)
constructor
(
value
:
ByteArray
,
mode
:
WsMessage.Mode
=
Mode.Binary
)
(
source
)
constructor
(
value
:
InputStream
,
mode
:
WsMessage.Mode
=
Mode.Binary
)
(
source
)