class SimpleRpc::ServerProxy

Defined in:

simple_rpc/server_proxy.cr

Instance Method Summary

Instance methods inherited from class SimpleRpc::Server

_handle(client) _handle, after_initialize after_initialize, close close, handle(io) handle, run run

Constructor methods inherited from class SimpleRpc::Server

new(host : String = "127.0.0.1", port : Int32 = 9999, unixsocket : String | Nil = nil, ssl_context : OpenSSL::SSL::Context::Server | Nil = nil, logger : Log | Nil = nil, close_connection_after_request : Bool = false) new

Instance Method Detail

def get_next_client #

[View source]
def ports : Array(Int32) | Nil #

[View source]
def ports=(ports : Array(Int32) | Nil) #

[View source]
def req(client, ctx, connection) #

[View source]
def run #

[View source]