Uses of Class
io.grpc.Server
-
Packages that use Server Package Description io.grpc The gRPC core public API.io.grpc.internal Interfaces and implementations that are internal to gRPC.io.grpc.protobuf.services Service definitions and utilities with protobuf dependency for the pre-defined gRPC services.io.grpc.servlet API that implements gRPC server as a servlet.io.grpc.servlet.jakarta API that implements gRPC server as a servlet. -
-
Uses of Server in io.grpc
Fields in io.grpc with type parameters of type Server Modifier and Type Field Description static Context.Key<Server>
InternalServer. SERVER_CONTEXT_KEY
(package private) static Context.Key<Server>
Server. SERVER_CONTEXT_KEY
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.internal
Subclasses of Server in io.grpc.internal Modifier and Type Class Description class
ServerImpl
Default implementation ofServer
, for creation by transports.Methods in io.grpc.internal that return Server Modifier and Type Method Description Server
ServerImplBuilder. build()
-
Uses of Server in io.grpc.protobuf.services
Fields in io.grpc.protobuf.services with type parameters of type Server Modifier and Type Field Description private java.util.Map<Server,ProtoReflectionServiceV1.ServerReflectionIndex>
ProtoReflectionServiceV1. serverReflectionIndexes
-
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.
-