IdeCompatibleMessageRequestProcessor
open class IdeCompatibleMessageRequestProcessor(rawIncomingMessage: RawMessage, messageFactoryProvider: MessageFactoryProvider, val socketManager: JupyterBaseSockets, commManager: CommManagerInternal, executor: JupyterExecutor, executionCounter: ExecutionCounter, loggerFactory: KernelLoggerFactory, repl: ReplForJupyter) : AbstractMessageRequestProcessor, JupyterCommunicationFacility
Constructors
Link copied to clipboard
constructor(rawIncomingMessage: RawMessage, messageFactoryProvider: MessageFactoryProvider, socketManager: JupyterBaseSockets, commManager: CommManagerInternal, executor: JupyterExecutor, executionCounter: ExecutionCounter, loggerFactory: KernelLoggerFactory, repl: ReplForJupyter)
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun JupyterCommunicationFacility.sendError(response: JupyterResponse, executionCount: ExecutionCount, startedTime: String)
Send a message to clients of the type "error" as the response to an "execute_request" message that resulted in the REPL throwing an exception.
Link copied to clipboard
fun JupyterCommunicationFacility.sendExecuteReply(response: JupyterResponse, executionCount: ExecutionCount, startedTime: String)
Link copied to clipboard
fun JupyterCommunicationFacility.sendExecuteResult(result: DisplayResult?, executionCount: ExecutionCount)
Link copied to clipboard
Link copied to clipboard
fun JupyterCommunicationFacility.sendResponse(response: JupyterResponse, executionCount: ExecutionCount, startedTime: String)
Link copied to clipboard
fun JupyterCommunicationFacility.sendSimpleMessageToIoPub(msgType: MessageType, content: AbstractMessageContent)
Link copied to clipboard
Link copied to clipboard