grpc-d-core ~master (2021-10-08T04:49:21Z)
Dub
Repo
ServerBuilder
grpc
server
builder
Undocumented in source.
class
ServerBuilder {
ushort
port
[@property setter];
ushort
port
[@property getter];
void
register
();
Server
build
();
this
();
~this
();
}
Constructors
this
this
()
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
build
Server
build
()
Undocumented in source. Be warned that the author may not have intended to support it.
register
void
register
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
port
ushort
port
[@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
port
ushort
port
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
grpc
server
builder
classes
ServerBuilder