Home
last modified time | relevance | path

Searched refs:setEagAttributes (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DClientTransportFactoryTest.java49 .setEagAttributes(eagAttributes) in clientTransportOptions_getsMatchSets()
67 .setEagAttributes(Attributes.EMPTY)) in clientTransportOptions_equals()
71 .setEagAttributes(eagAttributes)) in clientTransportOptions_equals()
75 .setEagAttributes(eagAttributes) in clientTransportOptions_equals()
80 .setEagAttributes(eagAttributes) in clientTransportOptions_equals()
85 .setEagAttributes(eagAttributes) in clientTransportOptions_equals()
DInternalSubchannelTest.java163 .newClientTransport(addr, createClientTransportOptions().setEagAttributes(attr)); in eagAttribute_propagatesToTransport()
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DClientTransportFactory.java88 public ClientTransportOptions setEagAttributes(Attributes eagAttributes) { in setEagAttributes() method in ClientTransportFactory.ClientTransportOptions
DInternalSubchannel.java236 .setEagAttributes(addressIndex.getCurrentEagAttributes()) in startNewTransport()