ktor
2.0.3
3.0.0
3.0.0-rc-1
3.0.0-beta-2
3.0.0-beta-1
2.3.12
2.2.4
2.0.3
1.6.8
common
ktor-client-core
/
io.ktor.client.plugins.websocket
/
ClientWebSocketSession
Client
Web
Socket
Session
common
interface
ClientWebSocketSession
:
WebSocketSession
Content copied to clipboard
Client specific
WebSocketSession
.
Functions
Properties
Inheritors
Functions
flush
Link copied to clipboard
common
abstract
suspend
fun
flush
(
)
Content copied to clipboard
send
Link copied to clipboard
common
open
suspend
fun
send
(
frame
:
Frame
)
Content copied to clipboard
terminate
Link copied to clipboard
common
abstract
fun
terminate
(
)
Content copied to clipboard
Properties
call
Link copied to clipboard
common
abstract
val
call
:
HttpClientCall
Content copied to clipboard
HttpClientCall
associated with session.
coroutineContext
Link copied to clipboard
common
abstract
val
coroutineContext
:
CoroutineContext
Content copied to clipboard
extensions
Link copied to clipboard
common
abstract
val
extensions
:
List
<
WebSocketExtension
<
*
>
>
Content copied to clipboard
incoming
Link copied to clipboard
common
abstract
val
incoming
:
ReceiveChannel
<
Frame
>
Content copied to clipboard
masking
Link copied to clipboard
common
abstract
var
masking
:
Boolean
Content copied to clipboard
maxFrameSize
Link copied to clipboard
common
abstract
var
maxFrameSize
:
Long
Content copied to clipboard
outgoing
Link copied to clipboard
common
abstract
val
outgoing
:
SendChannel
<
Frame
>
Content copied to clipboard
Inheritors
DefaultClientWebSocketSession
Link copied to clipboard