besterd ~abstract_send_recv (2022-02-15T11:46:53.3499585)
Dub
Repo
MessageHandler
handlers
handler
Undocumented in source.
final
class
MessageHandler {
string
socketPath
;
Socket
getSocket
();
this
(string executablePath, string socketPath, string pluginName);
string
getPluginName
();
Socket
getNewSocket
();
static
MessageHandler
[]
constructHandlers
(JSONValue handlerBlock);
}
Constructors
this
this
(string executablePath, string socketPath, string pluginName)
Undocumented in source.
Members
Functions
getNewSocket
Socket
getNewSocket
()
Undocumented in source. Be warned that the author may not have intended to support it.
getPluginName
string
getPluginName
()
Undocumented in source. Be warned that the author may not have intended to support it.
getSocket
Socket
getSocket
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
constructHandlers
MessageHandler
[]
constructHandlers
(JSONValue handlerBlock)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
socketPath
string
socketPath
;
Undocumented in source.
Meta
Source
See Implementation
handlers
handler
classes
MessageHandler