/external/grpc-grpc-java/api/src/main/java/io/grpc/ |
D | ServerTransportFilter.java | 45 public Attributes transportReady(Attributes transportAttrs) { in transportReady() method in ServerTransportFilter
|
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/ |
D | ServerTransportListener.java | 43 Attributes transportReady(Attributes attributes); in transportReady() method
|
D | ManagedClientTransport.java | 100 void transportReady(); in transportReady() method
|
D | InternalSubchannel.java | 543 public void transportReady() { in transportReady() method in InternalSubchannel.TransportListener
|
D | ServerImpl.java | 437 public Attributes transportReady(Attributes attributes) { in transportReady() method in ServerImpl.ServerTransportListenerImpl
|
/external/grpc-grpc-java/servlet/src/main/java/io/grpc/servlet/ |
D | ServletServerBuilder.java | 133 public Attributes transportReady(Attributes attributes) { in buildAndStart() method in ServletServerBuilder
|
/external/grpc-grpc-java/binder/src/test/java/io/grpc/binder/internal/ |
D | BinderServerTransportTest.java | 105 public Attributes transportReady(Attributes attributes) { in transportReady() method in BinderServerTransportTest.TestTransportListener
|
/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/ |
D | ClientTransportLifecycleManager.java | 26 private boolean transportReady; field in ClientTransportLifecycleManager
|
/external/grpc-grpc-java/binder/src/androidTest/java/io/grpc/binder/internal/ |
D | BinderClientTransportTest.java | 311 public synchronized void transportReady() { in transportReady() method in BinderClientTransportTest.TestTransportListener
|
/external/grpc-grpc-java/netty/src/test/java/io/grpc/netty/ |
D | NettyServerTest.java | 610 @Override public Attributes transportReady(Attributes attributes) { in transportReady() method in NettyServerTest.NoopServerTransportListener
|
D | NettyServerHandlerTest.java | 155 public Attributes transportReady(Attributes attributes) { in transportReady() method in NettyServerHandlerTest.ServerTransportListenerImpl
|
D | NettyClientTransportTest.java | 932 public Attributes transportReady(Attributes transportAttrs) { in transportCreated() method in NettyClientTransportTest.EchoServerListener
|
D | ProtocolNegotiatorsTest.java | 1455 public Attributes transportReady(Attributes attributes) { in transportReady() method in ProtocolNegotiatorsTest.MockServerTransportListener
|
/external/grpc-grpc-java/okhttp/src/test/java/io/grpc/okhttp/ |
D | OkHttpServerTransportTest.java | 1295 @Override public Attributes transportReady(Attributes attributes) { in transportReady() method in OkHttpServerTransportTest.MockServerTransportListener
|
D | OkHttpClientTransportTest.java | 1560 public void transportReady() throws Exception { in transportReady() method in OkHttpClientTransportTest
|
/external/grpc-grpc-java/core/src/testFixtures/java/io/grpc/internal/ |
D | AbstractTransportTest.java | 2197 public Attributes transportReady(Attributes attributes) { in transportReady() method in AbstractTransportTest.MockServerTransportListener
|