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 gPRC 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 Server
ForwardingServerBuilder. build()
Returns theServer
built by the delegate by default.abstract Server
ServerBuilder. build()
Builds a server using the given parameters.abstract Server
Server. shutdown()
Initiates an orderly shutdown in which preexisting calls continue but new calls are rejected.abstract Server
Server. shutdownNow()
Initiates a forceful shutdown in which preexisting and new calls are rejected.abstract Server
Server. 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 Server
ServletServerBuilder. 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 Server
ServletServerBuilder. 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 Server
GrpcServerRule. getServer()
Returns the underlying gRPCServer
for this service. -
Uses of Server in io.grpc.xds
Methods in io.grpc.xds that return Server Modifier and Type Method Description Server
XdsServerBuilder. build()
-