class JSONSocket::Client
- JSONSocket::Client
- Reference
- Object
Defined in:
json-socket.crConstructors
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)
#