grpc-java/cronet/src
Eric Anderson 9d6241eedc Propagate EquivalentAddressGroup attributes to transports
Most of the changes are changing the signature of newClientTransport.
Since this is annoying, I choose to introduce a ClientTransportOptions
object to avoid the churn in the future.

With ClientTransportOptions in place, there's only a few lines necessary
of plumbing for the Attributes: add the field to ClientTransportOptions
and populate it in InternalSubchannel. There are no consumers of the
field in this commit.
2018-07-09 13:00:17 -07:00
..
main Propagate EquivalentAddressGroup attributes to transports 2018-07-09 13:00:17 -07:00
test/java/io/grpc/cronet Propagate EquivalentAddressGroup attributes to transports 2018-07-09 13:00:17 -07:00