Package | Description |
---|---|
io.grpc |
The gRPC core public API.
|
io.grpc.auth | |
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).
|
io.grpc.protobuf | |
io.grpc.protobuf.lite | |
io.grpc.protobuf.nano | |
io.grpc.stub | |
io.grpc.util |