Package io.grpc
Interface InternalSubchannelAddressAttributes
-
@Internal public interface InternalSubchannelAddressAttributes
An internal class. Do not use.An interface to provide the attributes for address connected by subchannel.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Attributes
getConnectedAddressAttributes()
Return attributes of the server address connected by sub channel.
-
-
-
Method Detail
-
getConnectedAddressAttributes
Attributes getConnectedAddressAttributes()
Return attributes of the server address connected by sub channel.
-
-