/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/ |
D | InternalNettyServerBuilder.java | 78 public static void eagAttributes(NettyServerBuilder builder, Attributes eagAttributes) { in eagAttributes() argument
|
D | NettyClientTransport.java | 102 private final Attributes eagAttributes; field in NettyClientTransport 115 Runnable tooManyPingsRunnable, TransportTracer transportTracer, Attributes eagAttributes, in NettyClientTransport()
|
D | NettyServerTransport.java | 80 private final Attributes eagAttributes; field in NettyServerTransport 102 Attributes eagAttributes) { in NettyServerTransport()
|
D | NettyServerBuilder.java | 116 private Attributes eagAttributes = Attributes.EMPTY; field in NettyServerBuilder 648 void eagAttributes(Attributes eagAttributes) { in eagAttributes() argument
|
D | NettyServer.java | 102 private final Attributes eagAttributes; field in NettyServer 130 Attributes eagAttributes, InternalChannelz channelz) { in NettyServer()
|
D | NettyClientHandler.java | 115 private final Attributes eagAttributes; field in NettyClientHandler 146 Attributes eagAttributes, in newHandler() 192 Attributes eagAttributes, in newHandler() 259 Attributes eagAttributes, in NettyClientHandler()
|
D | NettyServerHandler.java | 131 private final Attributes eagAttributes; field in NettyServerHandler 167 Attributes eagAttributes) { in newHandler() 218 Attributes eagAttributes, in newHandler() 289 Attributes eagAttributes, in NettyServerHandler()
|
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/ |
D | ClientTransportFactory.java | 85 private Attributes eagAttributes = Attributes.EMPTY; field in ClientTransportFactory.ClientTransportOptions 113 public ClientTransportOptions setEagAttributes(Attributes eagAttributes) { in setEagAttributes()
|
/external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/ |
D | GoogleDefaultProtocolNegotiatorTest.java | 110 void subtest_altsHandler(Attributes eagAttributes) { in subtest_altsHandler() 137 void subtest_tlsHandler(Attributes eagAttributes) { in subtest_tlsHandler()
|
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/ |
D | ClientTransportFactoryTest.java | 33 private Attributes eagAttributes = field in ClientTransportFactoryTest
|
/external/grpc-grpc-java/netty/src/test/java/io/grpc/netty/ |
D | NettyServerTest.java | 375 Attributes eagAttributes; in connectionSettingsPropagated() field in NettyServerTest.TestProtocolNegotiator 389 Attributes eagAttributes = Attributes.newBuilder() in connectionSettingsPropagated() local
|
D | NettyClientTransportTest.java | 138 private Attributes eagAttributes = Attributes.EMPTY; field in NettyClientTransportTest
|