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.ChannelCredentials
GrpcBootstrapperImpl.getChannelCredentials
(Map<String, ?> serverConfig, String serverUri) protected Object
GrpcBootstrapperImpl.getImplSpecificConfig
(Map<String, ?> serverConfig, String serverUri) protected String
GrpcBootstrapperImpl.getJsonContent()
Gets the bootstrap config as JSON.static String
InternalGrpcBootstrapperImpl.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.ChannelCredentials
GrpcBootstrapperImpl.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.BootstrapInfo
Bootstrapper.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.Builder
BootstrapperImpl.bootstrapBuilder
(Map<String, ?> rawData) private static <T> T
BootstrapperImpl.checkForNull
(T value, String fieldName) protected abstract Object
BootstrapperImpl.getImplSpecificConfig
(Map<String, ?> serverConfig, String serverUri) protected abstract String
BootstrapperImpl.getJsonContent()
private List
<Bootstrapper.ServerInfo> BootstrapperImpl.parseServerInfos
(List<?> rawServerConfigs, XdsLogger logger)