Package | Description |
---|---|
io.grpc |
The gRPC core public API.
|
io.grpc.netty |
The main transport implementation based on Netty,
for both the client and the server.
|
Modifier and Type | Method and Description |
---|---|
static ServerProvider |
ServerProvider.provider()
Returns the ClassLoader-wide default server.
|
Modifier and Type | Method and Description |
---|---|
void |
ServerRegistry.deregister(ServerProvider provider)
Deregisters a provider.
|
void |
ServerRegistry.register(ServerProvider provider)
Register a provider.
|
Modifier and Type | Class and Description |
---|---|
class |
NettyServerProvider
Provider for
NettyServerBuilder instances. |