Searched refs:ServerImpl (Results 1 – 6 of 6) sorted by relevance
26 class ServerImpl : public Server { class31 INJECT(ServerImpl()) {} in INJECT() argument33 ~ServerImpl() { in ~ServerImpl()98 return fruit::createComponent().bind<Server, ServerImpl>(); in getServerComponent()
39 class ServerImpl final { class41 ~ServerImpl() { in ~ServerImpl()163 ServerImpl server; in main()
81 public final class ServerImpl extends io.grpc.Server implements InternalInstrumented<ServerStats> { class82 private static final Logger log = Logger.getLogger(ServerImpl.class.getName());127 ServerImpl( in ServerImpl() method in ServerImpl161 public ServerImpl start() throws IOException { in start()212 public ServerImpl shutdown() { in shutdown()232 public ServerImpl shutdownNow() { in shutdownNow()305 channelz.removeServerSocket(ServerImpl.this, transport); in transportClosed()389 channelz.addServerSocket(ServerImpl.this, transport); in init()
251 ServerImpl server = new ServerImpl( in build()
88 class ServerImpl < RouteGuide::Service class174 s.handle(ServerImpl.new(feature_db))
77 import io.grpc.internal.ServerImpl.JumpToApplicationThreadServerStreamListener;132 return runnable instanceof ServerImpl.ContextCloser;179 private ServerImpl server;1329 server = new ServerImpl(builder, transportServer, SERVER_CONTEXT); in createServer()