class

JSONSocket::Client

Inherits Reference / Object

Constructors

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

Instance methods

handle_send_receive(socket, object)
Source
send(object)
Source