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.
Service definitions and utilities with protobuf dependency for the pre-defined gRPC services.
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_KEY
(package private) static final Context.Key
<Server> Server.SERVER_CONTEXT_KEY
Modifier and TypeMethodDescriptionForwardingServerBuilder.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.internal
Subclasses of Server in io.grpc.internalModifier and TypeClassDescriptionfinal class
Default implementation ofServer
, for creation by transports.Methods in io.grpc.internal that return Server -
Uses of Server in io.grpc.protobuf.services
Fields in io.grpc.protobuf.services with type parameters of type ServerModifier and TypeFieldDescriptionprivate final Map
<Server, ProtoReflectionServiceV1.ServerReflectionIndex> ProtoReflectionServiceV1.serverReflectionIndexes
-
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