Uses of Class
io.grpc.Server

Packages that use Server
Package
Description
The gRPC core public API.
  • Uses of Server in io.grpc

    Fields in io.grpc with type parameters of type Server
    Modifier and Type
    Field
    Description
    static final Context.Key<Server>
    InternalServer.SERVER_CONTEXT_KEY
     
    Methods in io.grpc that return Server
    Modifier and Type
    Method
    Description
    ForwardingServerBuilder.build()
    Returns the Server 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.