class ICrystal::Session

Defined in:

icrystal/session.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(config : Config) #

[View source]

Instance Method Detail

def context : ZMQ::Context #

[View source]
def publish(msg_type, content) #

sends a message over the iopub socket.


[View source]
def receive_input #

receive an input from the stdin socket


[View source]
def receive_reply #

receive a message from the shell socket


[View source]
def send_reply(msg_type, content) #

sends a message over the shell socket.


[View source]
def session_id : UUID #

[View source]