JupyterZmqSocketImpl

class JupyterZmqSocketImpl(loggerFactory: KernelLoggerFactory, val name: String, socket: ZMQ.Socket, address: String, hmac: HMAC) : Closeable, JupyterZmqSocket

Constructors

Link copied to clipboard
constructor(loggerFactory: KernelLoggerFactory, name: String, socket: ZMQ.Socket, address: String, hmac: HMAC)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun bind(): Boolean
Link copied to clipboard
Link copied to clipboard
open override fun close()
Link copied to clipboard
open override fun connect(): Boolean
Link copied to clipboard
Link copied to clipboard
open override fun receiveRawMessage(): RawMessage?

Blocks until a message arrives. If an error occurs during the receipt of the message, null is returned and the error is logged. Returns null when an error occurs during the receipt of the message (the error will be logged).

Link copied to clipboard
Link copied to clipboard
open override fun sendRawMessage(msg: RawMessage)