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.ServerInfo
static Bootstrapper.ServerInfo
abstract boolean
abstract Object
abstract String
target()
-
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)
-