| Package | Description |
|---|---|
| io.grpc.internal |
Interfaces and implementations that are internal to gRPC.
|
| Modifier and Type | Method and Description |
|---|---|
ServerImpl |
ServerImpl.shutdown()
Initiates an orderly shutdown in which preexisting calls continue but new calls are rejected.
|
ServerImpl |
ServerImpl.shutdownNow() |
ServerImpl |
ServerImpl.start()
Bind and start the server.
|