class SimpleRpc::Client
- SimpleRpc::Client
 - Reference
 - Object
 
Defined in:
simple_rpc/client.crConstructors
Class Method Summary
Instance Method Summary
- #close
 - #read_msg_id(unpacker) : String | UInt32
 - #request(klass : T.class, name, *args) forall T
 - #request!(klass : T.class, name, *args) forall T
 - #socket
 - #writer
 
Constructor Detail
        
        def self.new(host : String, port : Int32, command_timeout : Float64 | Nil = nil, connect_timeout : Float64 | Nil = nil, mode : Mode = Mode::Persistent)
        #