class JSONSocket::Client

Defined in:

json-socket.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(host : String = "localhost", port : Int32 = 1234, delimeter : String = "#", unix_socket : String | Nil = nil, read_timeout : Int8 = 5, write_timeout : Int8 = 2) #

[View source]

Instance Method Detail

def handle_send_receive(socket, object) #

[View source]
def send(object) #

[View source]