Class InternalXdsAttributes
java.lang.Object
io.grpc.xds.InternalXdsAttributes
Internal attributes used for xDS implementation. Do not use.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.grpc.Attributes.Key<String> Name of the cluster that provides this EquivalentAddressGroup.static final io.grpc.Attributes.Key<SslContextProviderSupplier> Attribute key for SslContextProviderSupplier (used from client) for a subchannel. -
Method Summary
-
Field Details
-
ATTR_SSL_CONTEXT_PROVIDER_SUPPLIER
@TransportAttr public static final io.grpc.Attributes.Key<SslContextProviderSupplier> ATTR_SSL_CONTEXT_PROVIDER_SUPPLIERAttribute key for SslContextProviderSupplier (used from client) for a subchannel. -
ATTR_CLUSTER_NAME
Name of the cluster that provides this EquivalentAddressGroup.
-