Uses of Class
io.grpc.xds.client.XdsInitializationException
-
Packages that use XdsInitializationException Package Description io.grpc.xds Library for gPRC proxyless service mesh using Envoy xDS protocol.io.grpc.xds.client -
-
Uses of XdsInitializationException in io.grpc.xds
Methods in io.grpc.xds that throw XdsInitializationException Modifier and Type Method Description Bootstrapper.BootstrapInfoGrpcBootstrapperImpl. bootstrap(java.util.Map<java.lang.String,?> rawData)private static io.grpc.ChannelCredentialsGrpcBootstrapperImpl. getChannelCredentials(java.util.Map<java.lang.String,?> serverConfig, java.lang.String serverUri)protected java.lang.ObjectGrpcBootstrapperImpl. getImplSpecificConfig(java.util.Map<java.lang.String,?> serverConfig, java.lang.String serverUri)protected java.lang.StringGrpcBootstrapperImpl. getJsonContent()Gets the bootstrap config as JSON.static java.lang.StringInternalGrpcBootstrapperImpl. getJsonContent()static io.grpc.internal.ObjectPool<XdsClient>InternalSharedXdsClientPoolProvider. getOrCreate(java.lang.String target)io.grpc.internal.ObjectPool<XdsClient>SharedXdsClientPoolProvider. getOrCreate(java.lang.String target)io.grpc.internal.ObjectPool<XdsClient>XdsClientPoolFactory. getOrCreate(java.lang.String target)private static io.grpc.ChannelCredentialsGrpcBootstrapperImpl. parseChannelCredentials(java.util.List<java.util.Map<java.lang.String,?>> jsonList, java.lang.String serverUri) -
Uses of XdsInitializationException in io.grpc.xds.client
Methods in io.grpc.xds.client that throw XdsInitializationException 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)protected Bootstrapper.BootstrapInfo.BuilderBootstrapperImpl. bootstrapBuilder(java.util.Map<java.lang.String,?> rawData)private static <T> TBootstrapperImpl. checkForNull(T value, java.lang.String fieldName)protected abstract java.lang.ObjectBootstrapperImpl. getImplSpecificConfig(java.util.Map<java.lang.String,?> serverConfig, java.lang.String serverUri)protected abstract java.lang.StringBootstrapperImpl. getJsonContent()private java.util.List<Bootstrapper.ServerInfo>BootstrapperImpl. parseServerInfos(java.util.List<?> rawServerConfigs, XdsLogger logger)
-