Uses of Class
io.grpc.xds.client.Bootstrapper.BootstrapInfo
-
Packages that use Bootstrapper.BootstrapInfo Package Description io.grpc.xds Library for gPRC proxyless service mesh using Envoy xDS protocol.io.grpc.xds.client io.grpc.xds.internal.security -
-
Uses of Bootstrapper.BootstrapInfo in io.grpc.xds
Fields in io.grpc.xds declared as Bootstrapper.BootstrapInfo Modifier and Type Field Description private Bootstrapper.BootstrapInfoSharedXdsClientPoolProvider.RefCountedXdsClientObjectPool. bootstrapInfoMethods in io.grpc.xds that return Bootstrapper.BootstrapInfo Modifier and Type Method Description Bootstrapper.BootstrapInfoGrpcBootstrapperImpl. bootstrap(java.util.Map<java.lang.String,?> rawData)Constructors in io.grpc.xds with parameters of type Bootstrapper.BootstrapInfo Constructor Description RefCountedXdsClientObjectPool(Bootstrapper.BootstrapInfo bootstrapInfo, java.lang.String target) -
Uses of Bootstrapper.BootstrapInfo in io.grpc.xds.client
Subclasses of Bootstrapper.BootstrapInfo in io.grpc.xds.client Modifier and Type Class Description (package private) classAutoValue_Bootstrapper_BootstrapInfoFields in io.grpc.xds.client declared as Bootstrapper.BootstrapInfo Modifier and Type Field Description private Bootstrapper.BootstrapInfoXdsClientImpl. bootstrapInfo(package private) Bootstrapper.BootstrapInfoXdsResourceType.Args. bootstrapInfoMethods in io.grpc.xds.client that return Bootstrapper.BootstrapInfo Modifier and Type Method Description abstract Bootstrapper.BootstrapInfoBootstrapper. bootstrap()Returns system-loaded bootstrap configuration.Bootstrapper.BootstrapInfoBootstrapper. bootstrap(java.util.Map<java.lang.String,?> rawData)Returns bootstrap configuration given by the raw data in JSON format.Bootstrapper.BootstrapInfoBootstrapperImpl. bootstrap()Reads and parses bootstrap config.Bootstrapper.BootstrapInfoBootstrapperImpl. bootstrap(java.util.Map<java.lang.String,?> rawData)Bootstrapper.BootstrapInfoAutoValue_Bootstrapper_BootstrapInfo.Builder. build()abstract Bootstrapper.BootstrapInfoBootstrapper.BootstrapInfo.Builder. build()Bootstrapper.BootstrapInfoXdsClient. getBootstrapInfo()Returns the config used to bootstrap this XdsClientBootstrapper.BootstrapInfo.Bootstrapper.BootstrapInfoXdsClientImpl. getBootstrapInfo()Bootstrapper.BootstrapInfoXdsResourceType.Args. getBootstrapInfo()Constructors in io.grpc.xds.client with parameters of type Bootstrapper.BootstrapInfo Constructor Description Args(Bootstrapper.ServerInfo serverInfo, java.lang.String versionInfo, java.lang.String nonce, Bootstrapper.BootstrapInfo bootstrapInfo, java.lang.Object securityConfig, java.util.Set<java.lang.String> subscribedResources)XdsClientImpl(XdsTransportFactory xdsTransportFactory, Bootstrapper.BootstrapInfo bootstrapInfo, java.util.concurrent.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, java.lang.Object securityConfig) -
Uses of Bootstrapper.BootstrapInfo in io.grpc.xds.internal.security
Fields in io.grpc.xds.internal.security declared as Bootstrapper.BootstrapInfo Modifier and Type Field Description private Bootstrapper.BootstrapInfoClientSslContextProviderFactory. bootstrapInfoprivate Bootstrapper.BootstrapInfoServerSslContextProviderFactory. bootstrapInfoConstructors in io.grpc.xds.internal.security with parameters of type Bootstrapper.BootstrapInfo Constructor Description ClientSslContextProviderFactory(Bootstrapper.BootstrapInfo bootstrapInfo)ClientSslContextProviderFactory(Bootstrapper.BootstrapInfo bootstrapInfo, CertProviderClientSslContextProviderFactory factory)ServerSslContextProviderFactory(Bootstrapper.BootstrapInfo bootstrapInfo)ServerSslContextProviderFactory(Bootstrapper.BootstrapInfo bootstrapInfo, CertProviderServerSslContextProviderFactory factory)TlsContextManagerImpl(Bootstrapper.BootstrapInfo bootstrapInfo)Create a TlsContextManagerImpl instance using the passed inBootstrapper.BootstrapInfo.
-