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_KEYMethods 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.internal
Subclasses of Server in io.grpc.internal Modifier and Type Class Description classServerImplDefault implementation ofServer, for creation by transports.Methods in io.grpc.internal that return Server Modifier and Type Method Description ServerServerImplBuilder. 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 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.
-