Searched defs:EchoServer (Results 1 – 10 of 10) sorted by relevance
19 service EchoServer { service20 rpc Echo (EchoRequest) returns (EchoReply) {}
35 pub struct EchoServer {} struct38 impl echo_server::Echo for EchoServer { implementation
107 private static class EchoServer extends Thread { class in MyProvider111 public EchoServer() { in EchoServer() method in MyProvider.EchoServer
26 MonitorCommand EchoServer(GrpcSocketCreator& grpc_socket) { in EchoServer() function
23 module EchoServer module
28 class EchoServer < EchoWithoutProtobuf::Service class
41 class EchoServer final : public grpc::testing::EchoTestService::Service { class
68 class EchoServer final : public EchoTestService::Service { class
1854 class EchoServer(asyncore.dispatcher): class in AsyncoreEchoServer
2714 class EchoServer (asyncore.dispatcher): class in AsyncoreEchoServer