| 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.NewServerBuilderResult |
ServerProvider.NewServerBuilderResult.error(String error) |
protected ServerProvider.NewServerBuilderResult |
ServerProvider.newServerBuilderForPort(int port,
ServerCredentials creds)
Creates a new builder with the given port and credentials.
|
static ServerProvider.NewServerBuilderResult |
ServerProvider.NewServerBuilderResult.serverBuilder(ServerBuilder<?> builder) |
| Modifier and Type | Method and Description |
|---|---|
protected ServerProvider.NewServerBuilderResult |
NettyServerProvider.newServerBuilderForPort(int port,
ServerCredentials creds) |