JupyterCommunicationFacilityImpl
class JupyterCommunicationFacilityImpl(val socketManager: JupyterBaseSockets, messageFactoryProvider: Provider<MessageFactory>) : JupyterCommunicationFacility
Functions
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