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.BootstrapInfo
SharedXdsClientPoolProvider.RefCountedXdsClientObjectPool. bootstrapInfo
Methods in io.grpc.xds that return Bootstrapper.BootstrapInfo Modifier and Type Method Description Bootstrapper.BootstrapInfo
GrpcBootstrapperImpl. 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) class
AutoValue_Bootstrapper_BootstrapInfo
Fields in io.grpc.xds.client declared as Bootstrapper.BootstrapInfo Modifier and Type Field Description private Bootstrapper.BootstrapInfo
XdsClientImpl. bootstrapInfo
(package private) Bootstrapper.BootstrapInfo
XdsResourceType.Args. bootstrapInfo
Methods in io.grpc.xds.client that return Bootstrapper.BootstrapInfo Modifier and Type Method Description abstract Bootstrapper.BootstrapInfo
Bootstrapper. bootstrap()
Returns system-loaded bootstrap configuration.Bootstrapper.BootstrapInfo
Bootstrapper. bootstrap(java.util.Map<java.lang.String,?> rawData)
Returns bootstrap configuration given by the raw data in JSON format.Bootstrapper.BootstrapInfo
BootstrapperImpl. bootstrap()
Reads and parses bootstrap config.Bootstrapper.BootstrapInfo
BootstrapperImpl. bootstrap(java.util.Map<java.lang.String,?> rawData)
Bootstrapper.BootstrapInfo
AutoValue_Bootstrapper_BootstrapInfo.Builder. build()
abstract Bootstrapper.BootstrapInfo
Bootstrapper.BootstrapInfo.Builder. build()
Bootstrapper.BootstrapInfo
XdsClient. getBootstrapInfo()
Returns the config used to bootstrap this XdsClientBootstrapper.BootstrapInfo
.Bootstrapper.BootstrapInfo
XdsClientImpl. getBootstrapInfo()
Bootstrapper.BootstrapInfo
XdsResourceType.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.BootstrapInfo
ClientSslContextProviderFactory. bootstrapInfo
private Bootstrapper.BootstrapInfo
ServerSslContextProviderFactory. bootstrapInfo
Constructors 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
.
-