buffer v0.1.0 (2017-10-21T08:48:56Z)
Dub
Repo
Server
buffer
rpc
server
Undocumented in source.
class
Server (
Business
) {
static immutable
string
[]
builtinFunctions
;
Business
business
;
ubyte
[]
Handler
(ubyte[] data);
static
string
combineParams
();
}
Members
Functions
Handler
ubyte
[]
Handler
(ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
combineParams
string
combineParams
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
builtinFunctions
string
[]
builtinFunctions
;
Undocumented in source.
Variables
business
Business
business
;
Undocumented in source.
Meta
Source
See Implementation
buffer
rpc
server
classes
Server