Package | Description |
---|---|
io.grpc |
The gRPC core public API.
|
io.grpc.internal |
Interfaces and implementations that are internal to gRPC.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
InternalNotifyOnServerBuild.notifyOnBuild(Server server)
Notifies the service that the server has been built.
|
Modifier and Type | Class and Description |
---|---|
class |
ServerImpl
Default implementation of
Server , for creation by transports. |
Modifier and Type | Method and Description |
---|---|
Server |
AbstractServerImplBuilder.build() |
Copyright © 2019. All rights reserved.