| Package | Description |
|---|---|
| io.grpc.okhttp |
A lightweight transport based on
OkHttp, mainly for use on Android
(client-only).
|
| io.grpc.servlet |
API that implements gRPC server as a servlet.
|
| io.grpc.xds |
Library for gPRC proxyless service mesh using Envoy xDS protocol.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OkHttpServerBuilder
Build servers with the OkHttp transport.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ServletServerBuilder
Builder to build a gRPC server that can run as a servlet.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XdsServerBuilder
A version of
ServerBuilder to create xDS managed servers. |