Home
last modified time | relevance | path

Searched defs:transportAttrs (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc-java/core/src/main/java/io/grpc/
DServerTransportFilter.java45 public Attributes transportReady(Attributes transportAttrs) { in transportReady()
55 public void transportTerminated(Attributes transportAttrs) { in transportTerminated()
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DCallCredentialsApplyingTest.java123 Attributes transportAttrs = Attributes.newBuilder().set(ATTR_KEY, ATTR_VALUE).build(); in parameterPropagation_base() local
139 Attributes transportAttrs = Attributes.newBuilder() in parameterPropagation_overrideByTransport() local
159 Attributes transportAttrs = Attributes.newBuilder() in parameterPropagation_overrideByCallOptions() local
DServerImplTest.java626 Attributes transportAttrs = transportListener.transportReady(Attributes.newBuilder() in transportFilters() local
/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/
DNettyServerStream.java57 Attributes transportAttrs, in NettyServerStream()
/external/grpc-grpc-java/netty/src/test/java/io/grpc/netty/
DNettyClientTransportTest.java771 public Attributes transportReady(Attributes transportAttrs) { in transportCreated()