GrpcClient

Constructors

this
this(string host, ushort port)
Undocumented in source.
this
this()
Undocumented in source.

Members

Functions

connect
void connect(string host, ushort port)
Undocumented in source. Be warned that the author may not have intended to support it.
createStream
GrpcStream createStream(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
destroy
void destroy()
Undocumented in source. Be warned that the author may not have intended to support it.
getStream
GrpcStream getStream(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
onClose
void onClose()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

DEFAULT_RETRY_INTERVAL
enum Duration DEFAULT_RETRY_INTERVAL;
Undocumented in source.
DEFAULT_RETRY_TIMES
enum int DEFAULT_RETRY_TIMES;
Undocumented in source.
_HttpConfiguration
HttpClientOptions _HttpConfiguration;
Undocumented in source.
_client
HttpClient _client;
Undocumented in source.
_host
string _host;
Undocumented in source.
_port
ushort _port;
Undocumented in source.
_promise
FuturePromise!(HttpClientConnection) _promise;
Undocumented in source.
_streamHash
HashMap!(string, GrpcStream) _streamHash;
Undocumented in source.

Meta