sel-client ~master (2022-05-15T06:14:02.137565)
Dub
Repo
Handler
sel
client
util
Undocumented in source.
class
Handler :
IHandler
(
E
...
) {
this
(E handlers);
void
handle
(ubyte[] buffer);
}
Constructors
this
this
(E handlers)
Undocumented in source.
Members
Functions
handle
void
handle
(ubyte[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From IHandler
handle
void
handle
(ubyte[] buffer)
Undocumented in source.
Meta
Source
See Implementation
sel
client
util
classes
Handler
functions
handler
interfaces
IHandler
structs
Server