Uses of Class
io.grpc.internal.ServerImpl
-
Packages that use ServerImpl Package Description io.grpc.internal Interfaces and implementations that are internal to gRPC. -
-
Uses of ServerImpl in io.grpc.internal
Methods in io.grpc.internal that return ServerImpl Modifier and Type Method Description ServerImpl
ServerImpl. shutdown()
Initiates an orderly shutdown in which preexisting calls continue but new calls are rejected.ServerImpl
ServerImpl. shutdownNow()
ServerImpl
ServerImpl. start()
Bind and start the server.
-