Embed
Viewing differences between
and
Untitled
blade_handle_t
Registry of modules, and transports.
register_module(module)
register_transport(transport)
blade_module_t
Generalized module object to register into the handle.
blade_module_callbacks_t
Abstracted module callbacks to register with the module.
onload(out module, handle)
onunload(module)
onstartup(module, config)
onshutdown(module)
blade_transport_callbacks_t
Abstracted transport callbacks to register with the transport.
onconnect(module, identity)
onpulse(connection) - this could work backwards, and register a callback (per state?) to the connection during creation
blade_connection_t
Generalized connection object to wrap a transport implementation, runs worker thread.
startup(connection)
shutdown(connection)
disconnect(connection)
transport_get(connection)
state_get(connection)
state_set(connection)
sending_push(connection, identity, message)
sending_pop(connection, out identity, out message)
receiving_push(connection, identity, message)
receiving_pop(connection, out identity?, out message)
blade_identity_t
Generalized identity object to wrap a target entity (can represent group or individual).
tostring(identity)
blade_transport_wss_t
Implementation of secure websocket transport, contains ks_socket_t/kws_t for transport implementation specific operations.
Replies to Untitled
Title |
Name |
Language |
UNIX |
When |
Mr. |
lxbfYeaa |
php |
1716781949 |
5 Months ago. |
{"html5":"htmlmixed","css":"css","javascript":"javascript","php":"php","python":"python","ruby":"ruby","lua":"text\/x-lua","bash":"text\/x-sh","go":"go","c":"text\/x-csrc","cpp":"text\/x-c++src","diff":"diff","latex":"stex","sql":"sql","xml":"xml","apl":"apl","asterisk":"asterisk","c_loadrunner":"text\/x-csrc","c_mac":"text\/x-csrc","coffeescript":"text\/x-coffeescript","csharp":"text\/x-csharp","d":"d","ecmascript":"javascript","erlang":"erlang","groovy":"text\/x-groovy","haskell":"text\/x-haskell","haxe":"text\/x-haxe","html4strict":"htmlmixed","java":"text\/x-java","java5":"text\/x-java","jquery":"javascript","mirc":"mirc","mysql":"sql","ocaml":"text\/x-ocaml","pascal":"text\/x-pascal","perl":"perl","perl6":"perl","plsql":"sql","properties":"text\/x-properties","q":"text\/x-q","scala":"scala","scheme":"text\/x-scheme","tcl":"text\/x-tcl","vb":"text\/x-vb","verilog":"text\/x-verilog","yaml":"text\/x-yaml","z80":"text\/x-z80"}