vibedist ~master (2022-05-23T14:42:36.353271)
Dub
Repo
VibeDistNodeAPIImpl
vibedist
rest
Undocumented in source.
class
VibeDistNodeAPIImpl :
VibeDistNodeAPI
{
this
(VibeDistController ctrl);
string
getInfo
();
void
register
(string host_name, ushort port, string local_address, ushort local_port, string ssl_settings, int pid);
}
Constructors
this
this
(VibeDistController ctrl)
Undocumented in source.
Members
Functions
getInfo
string
getInfo
()
Undocumented in source. Be warned that the author may not have intended to support it.
register
void
register
(string host_name, ushort port, string local_address, ushort local_port, string ssl_settings, int pid)
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From VibeDistNodeAPI
getInfo
string
getInfo
()
Undocumented in source.
register
void
register
(string host_name, ushort port, string local_address, ushort local_port, string ssl_settings, int pid)
Undocumented in source.
Meta
Source
See Implementation
vibedist
rest
classes
VibeDistNodeAPIImpl
interfaces
VibeDistNodeAPI