Home
last modified time | relevance | path

Searched defs:transportReady (Results 1 – 16 of 16) sorted by relevance

/external/grpc-grpc-java/api/src/main/java/io/grpc/
DServerTransportFilter.java45 public Attributes transportReady(Attributes transportAttrs) { in transportReady() method in ServerTransportFilter
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DServerTransportListener.java43 Attributes transportReady(Attributes attributes); in transportReady() method
DManagedClientTransport.java100 void transportReady(); in transportReady() method
DInternalSubchannel.java543 public void transportReady() { in transportReady() method in InternalSubchannel.TransportListener
DServerImpl.java437 public Attributes transportReady(Attributes attributes) { in transportReady() method in ServerImpl.ServerTransportListenerImpl
/external/grpc-grpc-java/servlet/src/main/java/io/grpc/servlet/
DServletServerBuilder.java133 public Attributes transportReady(Attributes attributes) { in buildAndStart() method in ServletServerBuilder
/external/grpc-grpc-java/binder/src/test/java/io/grpc/binder/internal/
DBinderServerTransportTest.java105 public Attributes transportReady(Attributes attributes) { in transportReady() method in BinderServerTransportTest.TestTransportListener
/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/
DClientTransportLifecycleManager.java26 private boolean transportReady; field in ClientTransportLifecycleManager
/external/grpc-grpc-java/binder/src/androidTest/java/io/grpc/binder/internal/
DBinderClientTransportTest.java311 public synchronized void transportReady() { in transportReady() method in BinderClientTransportTest.TestTransportListener
/external/grpc-grpc-java/netty/src/test/java/io/grpc/netty/
DNettyServerTest.java610 @Override public Attributes transportReady(Attributes attributes) { in transportReady() method in NettyServerTest.NoopServerTransportListener
DNettyServerHandlerTest.java155 public Attributes transportReady(Attributes attributes) { in transportReady() method in NettyServerHandlerTest.ServerTransportListenerImpl
DNettyClientTransportTest.java932 public Attributes transportReady(Attributes transportAttrs) { in transportCreated() method in NettyClientTransportTest.EchoServerListener
DProtocolNegotiatorsTest.java1455 public Attributes transportReady(Attributes attributes) { in transportReady() method in ProtocolNegotiatorsTest.MockServerTransportListener
/external/grpc-grpc-java/okhttp/src/test/java/io/grpc/okhttp/
DOkHttpServerTransportTest.java1295 @Override public Attributes transportReady(Attributes attributes) { in transportReady() method in OkHttpServerTransportTest.MockServerTransportListener
DOkHttpClientTransportTest.java1560 public void transportReady() throws Exception { in transportReady() method in OkHttpClientTransportTest
/external/grpc-grpc-java/core/src/testFixtures/java/io/grpc/internal/
DAbstractTransportTest.java2197 public Attributes transportReady(Attributes attributes) { in transportReady() method in AbstractTransportTest.MockServerTransportListener