abstract class SimpleRpc::Server

Direct Known Subclasses

Defined in:

simple_rpc/server.cr

Constructors

Instance Method Summary

Constructor Detail

def self.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) #

[View source]

Instance Method Detail

def _handle(client) #

[View source]
def close #

[View source]
abstract def method_find(method : String) : SimpleRpc::Context -> | Nil #

[View source]
def run #

[View source]