toggle menu
kotlin-jupyter-kernel
0.12.0-335
jvm
switch theme
search in API
shared-compiler
/
org.jetbrains.kotlinx.jupyter.messaging.comms
/
CommManagerImpl
Comm
Manager
Impl
class
CommManagerImpl
(
connection
:
JupyterCommunicationFacility
)
:
CommManagerInternal
Members
Constructors
Comm
Manager
Impl
Link copied to clipboard
constructor
(
connection
:
JupyterCommunicationFacility
)
Types
Comm
Impl
Link copied to clipboard
inner
class
CommImpl
(
val
target
:
String
,
val
id
:
String
)
:
Comm
Companion
Link copied to clipboard
object
Companion
Functions
close
Comm
Link copied to clipboard
open
override
fun
closeComm
(
id
:
String
,
data
:
JsonObject
)
get
Comms
Link copied to clipboard
open
override
fun
getComms
(
target
:
String
?
)
:
Collection
<
Comm
>
open
Comm
Link copied to clipboard
open
override
fun
openComm
(
target
:
String
,
data
:
JsonObject
)
:
Comm
process
Comm
Close
Link copied to clipboard
open
override
fun
processCommClose
(
message
:
Message
,
content
:
CommClose
)
process
Comm
Message
Link copied to clipboard
open
override
fun
processCommMessage
(
message
:
Message
,
content
:
CommMsg
)
process
Comm
Open
Link copied to clipboard
open
override
fun
processCommOpen
(
message
:
Message
,
content
:
CommOpen
)
:
Comm
?
register
Comm
Target
Link copied to clipboard
open
override
fun
registerCommTarget
(
target
:
String
,
callback
:
(
Comm
,
JsonObject
)
->
Unit
)
remove
Comm
Link copied to clipboard
fun
removeComm
(
id
:
String
)
unregister
Comm
Target
Link copied to clipboard
open
override
fun
unregisterCommTarget
(
target
:
String
)