@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/5288")
See: Description
| Interface | Description |
|---|---|
| XdsServerBuilder.ErrorNotifier |
Watcher to receive error notifications from xDS control plane during
start(). |
| Class | Description |
|---|---|
| BootstrapperImpl |
A
Bootstrapper implementation that reads xDS configurations from local file system. |
| XdsChannelCredentials | |
| XdsServerBuilder |
A version of
ServerBuilder to create xDS managed servers that will use SDS to set up SSL
with peers. |
| XdsServerCredentials |
The package currently includes a name resolver plugin and a family of load balancer plugins.
A gRPC channel for a target with "xds:" scheme will load the plugins and a
bootstrap file, and will communicate with an external control plane management server (e.g.
Traffic Director) that speaks Envoy xDS protocol to retrieve routing, load balancing, load
reporting configurations etc. for the channel. More features will be added.
The library is currently in an agile development phase, so API and design are subject to breaking changes.