krossbow-websocket-ktor
4.5.0
krossbow-websocket-ktor
/
org.hildan.krossbow.websocket.ktor
/
KtorWebSocketClient
Ktor
Web
Socket
Client
class
KtorWebSocketClient
(
httpClient
:
HttpClient
=
HttpClient { install(WebSockets) }
)
:
WebSocketClient
(
source
)
Constructors
Functions
Constructors
Ktor
Web
Socket
Client
Link copied to clipboard
fun
KtorWebSocketClient
(
httpClient
:
HttpClient
=
HttpClient { install(WebSockets) }
)
Functions
connect
Link copied to clipboard
open
suspend override
fun
connect
(
url
:
String
)
:
WebSocketConnectionWithPingPong