Uses of Class
io.grpc.Server
-
Packages that use Server Package Description io.grpc The gRPC core public API. -
-
Uses of Server in io.grpc
Methods in io.grpc that return Server Modifier and Type Method Description abstract ServerServerBuilder. build()Builds a server using the given parameters.abstract ServerServer. shutdown()Initiates an orderly shutdown in which preexisting calls continue but new calls are rejected.abstract ServerServer. shutdownNow()Initiates a forceful shutdown in which preexisting and new calls are rejected.abstract ServerServer. start()Bind and start the server.Methods in io.grpc with parameters of type Server Modifier and Type Method Description voidInternalNotifyOnServerBuild. notifyOnBuild(Server server)Notifies the service that the server has been built.
-