| 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.
|
| io.grpc.okhttp |
A lightweight transport based on
OkHttp, mainly for use on Android
(client-only).
|
| Modifier and Type | Class and Description |
|---|---|
class |
ForwardingChannelBuilder<T extends ForwardingChannelBuilder<T>>
A
ManagedChannelBuilder that delegates all its builder method to another builder by
default. |
| Modifier and Type | Class and Description |
|---|---|
class |
InProcessChannelBuilder
Builder for a channel that issues in-process requests.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NettyChannelBuilder
A builder to help simplify construction of channels using the Netty transport.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OkHttpChannelBuilder
Convenience class for building channels with the OkHttp transport.
|