Uses of Class
io.grpc.Server
Packages that use Server
-
Uses of Server in io.grpc
Modifier and TypeFieldDescriptionstatic final Context.Key<Server>InternalServer.SERVER_CONTEXT_KEYModifier and TypeMethodDescriptionForwardingServerBuilder.build()Returns theServerbuilt by the delegate by default.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.