Uses of Class
io.grpc.Server
-
Packages that use Server Package Description io.grpc The gRPC core public API.io.grpc.servlet API that implements gRPC server as a servlet.io.grpc.servlet.jakarta API that implements gRPC server as a servlet.io.grpc.testing API that is useful for testing gRPC.io.grpc.xds Library for gRPC proxyless service mesh using Envoy xDS protocol. -
-
Uses of Server in io.grpc
Methods in io.grpc that return Server Modifier and Type Method Description ServerForwardingServerBuilder. 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.servlet
Methods in io.grpc.servlet that return Server Modifier and Type Method Description ServerServletServerBuilder. build()Builds a gRPC server that can run as a servlet. -
Uses of Server in io.grpc.servlet.jakarta
Methods in io.grpc.servlet.jakarta that return Server Modifier and Type Method Description ServerServletServerBuilder. build()Builds a gRPC server that can run as a servlet. -
Uses of Server in io.grpc.testing
Methods in io.grpc.testing with type parameters of type Server Modifier and Type Method Description <T extends Server>
TGrpcCleanupRule. register(T server)Registers the given server to the rule.Methods in io.grpc.testing that return Server Modifier and Type Method Description ServerGrpcServerRule. getServer()Returns the underlying gRPCServerfor this service. -
Uses of Server in io.grpc.xds
Methods in io.grpc.xds that return Server Modifier and Type Method Description ServerXdsServerBuilder. build()
-