Home
last modified time | relevance | path

Searched defs:eagAttributes (Results 1 – 12 of 12) sorted by relevance

/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/
DInternalNettyServerBuilder.java78 public static void eagAttributes(NettyServerBuilder builder, Attributes eagAttributes) { in eagAttributes() argument
DNettyClientTransport.java102 private final Attributes eagAttributes; field in NettyClientTransport
115 Runnable tooManyPingsRunnable, TransportTracer transportTracer, Attributes eagAttributes, in NettyClientTransport()
DNettyServerTransport.java80 private final Attributes eagAttributes; field in NettyServerTransport
102 Attributes eagAttributes) { in NettyServerTransport()
DNettyServerBuilder.java116 private Attributes eagAttributes = Attributes.EMPTY; field in NettyServerBuilder
648 void eagAttributes(Attributes eagAttributes) { in eagAttributes() argument
DNettyServer.java102 private final Attributes eagAttributes; field in NettyServer
130 Attributes eagAttributes, InternalChannelz channelz) { in NettyServer()
DNettyClientHandler.java115 private final Attributes eagAttributes; field in NettyClientHandler
146 Attributes eagAttributes, in newHandler()
192 Attributes eagAttributes, in newHandler()
259 Attributes eagAttributes, in NettyClientHandler()
DNettyServerHandler.java131 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/
DClientTransportFactory.java85 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/
DGoogleDefaultProtocolNegotiatorTest.java110 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/
DClientTransportFactoryTest.java33 private Attributes eagAttributes = field in ClientTransportFactoryTest
/external/grpc-grpc-java/netty/src/test/java/io/grpc/netty/
DNettyServerTest.java375 Attributes eagAttributes; in connectionSettingsPropagated() field in NettyServerTest.TestProtocolNegotiator
389 Attributes eagAttributes = Attributes.newBuilder() in connectionSettingsPropagated() local
DNettyClientTransportTest.java138 private Attributes eagAttributes = Attributes.EMPTY; field in NettyClientTransportTest