Uses of Class
io.grpc.Server
Packages that use Server
Package
Description
The gRPC core public API.
Interfaces and implementations that are internal to gRPC.
API that implements gRPC server as a servlet.
API that implements gRPC server as a servlet.
-
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. -
Uses of Server in io.grpc.internal
Subclasses of Server in io.grpc.internalModifier and TypeClassDescriptionfinal classDefault implementation ofServer, for creation by transports.Methods in io.grpc.internal that return Server -
Uses of Server in io.grpc.servlet
Methods in io.grpc.servlet that return Server -
Uses of Server in io.grpc.servlet.jakarta
Methods in io.grpc.servlet.jakarta that return Server