Endpoint describes where a client channel connects.
It encapsulates host/port/TLS derived from an address string.
Constructors
parse(address :
String) :
Endpoint Parse common endpoint forms:
- host:port
- http://host:port
- https://host:port
- host (defaults: 50051 for plain, 443 for TLS)
Source