MECP
v0.1.0
Search documentation of MECP
Settings
JsonrpcServer.TcpServer
(MECP v0.1.0)
View Source
Summary
Functions
child_spec(init_arg)
Returns a specification to start this module under a supervisor.
create_error_response(id, code, message)
dispatch_method(method, params)
handle_client(socket, rest \\ "")
handle_jsonrpc_request(request)
start_link(port)
test()
validate_protocol_version(version)
Functions
child_spec(init_arg)
Returns a specification to start this module under a supervisor.
See
Supervisor
.
create_error_response(id, code, message)
dispatch_method(method, params)
handle_client(socket, rest \\ "")
handle_jsonrpc_request(request)
start_link(port)
test()
validate_protocol_version(version)