Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
class
SimpleRpc::Server
Inherits
Reference
<
Object
Constructors
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)
Source
Instance methods
_handle
(client)
Source
close
Source
method_find
(method :
String
) :
SimpleRpc::Context
-> |
Nil
Source
run
Source