Searched refs:getEagAttributes (Results 1 – 8 of 8) sorted by relevance
45 if (grpcHandler.getEagAttributes().get(GrpcAttributes.ATTR_LB_ADDR_AUTHORITY) != null in newHandler()46 || grpcHandler.getEagAttributes().get(GrpcAttributes.ATTR_LB_PROVIDED_BACKEND) != null) { in newHandler()
54 when(mockHandler.getEagAttributes()).thenReturn(eagAttributes); in altsHandler()64 when(mockHandler.getEagAttributes()).thenReturn(eagAttributes); in tlsHandler()
42 assertThat(cto.getEagAttributes()).isEqualTo(Attributes.EMPTY); in clientTransportOptions_init_checkNotNulls()53 assertThat(cto.getEagAttributes()).isEqualTo(eagAttributes); in clientTransportOptions_getsMatchSets()
84 public Attributes getEagAttributes() { in getEagAttributes() method in GrpcHttp2ConnectionHandler
526 tooManyPingsRunnable, transportTracer, options.getEagAttributes()); in newClientTransport()
436 public Attributes getEagAttributes() { in getEagAttributes() method in NettyClientHandler
83 public Attributes getEagAttributes() { in getEagAttributes() method in ClientTransportFactory.ClientTransportOptions
526 assertSame(eagAttributes, npn.grpcHandler.getEagAttributes()); in getEagAttributes_negotiatorHandler()