GrpcServer

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(HttpServerOptions options)
Undocumented in source.

Members

Functions

listen
void listen(string host, ushort port)
Undocumented in source. Be warned that the author may not have intended to support it.
register
void register(GrpcService service)
Undocumented in source. Be warned that the author may not have intended to support it.
start
void start()
Undocumented in source. Be warned that the author may not have intended to support it.
stop
void stop()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_HttpConfiguration
HttpServerOptions _HttpConfiguration;
Undocumented in source.
_router
GrpcService[string] _router;
Undocumented in source.
_server
HttpServer _server;
Undocumented in source.
_settings
Map!(int, int) _settings;
Undocumented in source.

Meta