toggle menu
kotlin-jupyter-kernel
0.12.0-335
jvm
switch theme
search in API
shared-compiler
/
org.jetbrains.kotlinx.jupyter.messaging
/
JupyterSocketManager
Jupyter
Socket
Manager
interface
JupyterSocketManager
:
JupyterBaseSockets
,
JupyterSocketManagerBase
,
Closeable
Interface responsible for controlling the lifecycle of kernel sockets.
Members
Properties
control
Link copied to clipboard
abstract
override
val
control
:
JupyterSocket
heartbeat
Link copied to clipboard
abstract
override
val
heartbeat
:
JupyterSocket
iopub
Link copied to clipboard
abstract
override
val
iopub
:
JupyterSocket
shell
Link copied to clipboard
abstract
override
val
shell
:
JupyterSocket
stdin
Link copied to clipboard
abstract
override
val
stdin
:
JupyterSocket
Functions
close
Link copied to clipboard
abstract
override
fun
close
(
)
from
Socket
Type
Link copied to clipboard
abstract
fun
fromSocketType
(
type
:
JupyterSocketType
)
:
JupyterSocket