toggle menu
hexagon
3.7.2
jvm
switch theme
search in API
http_client_jetty_ws
/
com.hexagonkt.http.client.jetty.ws
/
JettyWebSocketAdapter
/
JettyWebSocketAdapter
Jetty
Web
Socket
Adapter
constructor
(
uri
:
URI
,
onConnect
:
WsSession
.
(
)
->
Unit
,
onBinary
:
WsSession
.
(
data
:
ByteArray
)
->
Unit
,
onText
:
WsSession
.
(
text
:
String
)
->
Unit
,
onPing
:
WsSession
.
(
data
:
ByteArray
)
->
Unit
,
onPong
:
WsSession
.
(
data
:
ByteArray
)
->
Unit
,
onClose
:
WsSession
.
(
status
:
Int
,
reason
:
String
)
->
Unit
)