toggle menu
kotlin-jupyter-kernel
0.12.0-335
jvm
switch theme
search in API
shared-compiler
/
org.jetbrains.kotlinx.jupyter.protocol
/
SocketWithCancellation
Socket
With
Cancellation
interface
SocketWithCancellation
:
Closeable
Inheritors
JupyterSocket
SocketWithCancellationBase
Members
Functions
close
Link copied to clipboard
abstract
override
fun
close
(
)
make
Relaxed
Link copied to clipboard
abstract
fun
makeRelaxed
(
)
recv
Link copied to clipboard
abstract
fun
recv
(
)
:
ByteArray
recv
String
Link copied to clipboard
abstract
fun
recvString
(
)
:
String
send
Link copied to clipboard
abstract
fun
send
(
data
:
ByteArray
)
:
Boolean
abstract
fun
send
(
data
:
String
)
:
Boolean
send
More
Link copied to clipboard
abstract
fun
sendMore
(
data
:
ByteArray
)
:
Boolean
abstract
fun
sendMore
(
data
:
String
)
:
Boolean
subscribe
Link copied to clipboard
abstract
fun
subscribe
(
topic
:
ByteArray
)
:
Boolean