Uses of Class
io.grpc.xds.client.Bootstrapper
-
Packages that use Bootstrapper Package Description io.grpc.xds Library for gPRC proxyless service mesh using Envoy xDS protocol.io.grpc.xds.client -
-
Uses of Bootstrapper in io.grpc.xds
Subclasses of Bootstrapper in io.grpc.xds Modifier and Type Class Description (package private) class
GrpcBootstrapperImpl
Fields in io.grpc.xds declared as Bootstrapper Modifier and Type Field Description private Bootstrapper
SharedXdsClientPoolProvider. bootstrapper
Constructors in io.grpc.xds with parameters of type Bootstrapper Constructor Description SharedXdsClientPoolProvider(Bootstrapper bootstrapper)
-
Uses of Bootstrapper in io.grpc.xds.client
Subclasses of Bootstrapper in io.grpc.xds.client Modifier and Type Class Description class
BootstrapperImpl
ABootstrapper
implementation that reads xDS configurations from local file system.
-