| Package | Description |
|---|---|
| io.grpc |
The gRPC core public API.
|
| io.grpc.inprocess |
The in-process transport which is for when a server is in the same process as the client.
|
| io.grpc.netty |
The main transport implementation based on Netty,
for both the client and the server.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ForwardingServerBuilder<T extends ForwardingServerBuilder<T>>
A
ServerBuilder that delegates all its builder method to another builder by default. |
| Modifier and Type | Class and Description |
|---|---|
class |
InProcessServerBuilder
Builder for a server that services in-process requests.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NettyServerBuilder
A builder to help simplify the construction of a Netty-based GRPC server.
|