Uses of Class
io.grpc.xds.client.Bootstrapper.BootstrapInfo
Packages that use Bootstrapper.BootstrapInfo
-
Uses of Bootstrapper.BootstrapInfo in io.grpc.xds.client
Methods in io.grpc.xds.client that return Bootstrapper.BootstrapInfoModifier and TypeMethodDescriptionabstract Bootstrapper.BootstrapInfoBootstrapper.bootstrap()Returns system-loaded bootstrap configuration.Returns bootstrap configuration given by the raw data in JSON format.BootstrapperImpl.bootstrap()Reads and parses bootstrap config.abstract Bootstrapper.BootstrapInfoBootstrapper.BootstrapInfo.Builder.build()XdsClient.getBootstrapInfo()Returns the config used to bootstrap this XdsClientBootstrapper.BootstrapInfo.XdsClientImpl.getBootstrapInfo()XdsResourceType.Args.getBootstrapInfo()Constructors in io.grpc.xds.client with parameters of type Bootstrapper.BootstrapInfoModifierConstructorDescriptionArgs(Bootstrapper.ServerInfo serverInfo, String versionInfo, String nonce, Bootstrapper.BootstrapInfo bootstrapInfo, Object securityConfig, Set<String> subscribedResources) XdsClientImpl(XdsTransportFactory xdsTransportFactory, Bootstrapper.BootstrapInfo bootstrapInfo, ScheduledExecutorService timeService, io.grpc.internal.BackoffPolicy.Provider backoffPolicyProvider, com.google.common.base.Supplier<com.google.common.base.Stopwatch> stopwatchSupplier, io.grpc.internal.TimeProvider timeProvider, MessagePrettyPrinter messagePrinter, Object securityConfig) -
Uses of Bootstrapper.BootstrapInfo in io.grpc.xds.internal.security
Constructors in io.grpc.xds.internal.security with parameters of type Bootstrapper.BootstrapInfoModifierConstructorDescriptionTlsContextManagerImpl(Bootstrapper.BootstrapInfo bootstrapInfo) Create a TlsContextManagerImpl instance using the passed inBootstrapper.BootstrapInfo.