Package io.grpc.xds.client
Class Bootstrapper.ServerInfo
java.lang.Object
io.grpc.xds.client.Bootstrapper.ServerInfo
- Direct Known Subclasses:
AutoValue_Bootstrapper_ServerInfo
- Enclosing class:
Bootstrapper
Data class containing xDS server information, such as server URI and channel credentials
to be used for communication.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Bootstrapper.ServerInfostatic Bootstrapper.ServerInfoabstract booleanabstract Objectabstract Stringtarget()
-
Constructor Details
-
ServerInfo
public ServerInfo()
-
-
Method Details
-
target
-
implSpecificConfig
-
ignoreResourceDeletion
public abstract boolean ignoreResourceDeletion() -
create
-
create
public static Bootstrapper.ServerInfo create(String target, Object implSpecificConfig, boolean ignoreResourceDeletion)
-