toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-realtime-core
/
org.http4k.websocket
/
WsClient
Ws
Client
interface
WsClient
:
AutoCloseable
Inheritors
TestWsClient
Members
Members & Extensions
Functions
close
Link copied to clipboard
open
override
fun
close
(
)
abstract
fun
close
(
status
:
WsStatus
)
received
Link copied to clipboard
abstract
fun
received
(
)
:
Sequence
<
WsMessage
>
send
Link copied to clipboard
abstract
fun
send
(
message
:
WsMessage
)
use
Client
Link copied to clipboard
fun
WsClient
.
useClient
(
fn
:
WsClient
.
(
)
->
Unit
)