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