| 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 | Method and Description |
|---|---|
T |
ServerBuilder.addStreamTracerFactory(ServerStreamTracer.Factory factory)
Adds a
ServerStreamTracer.Factory to measure server-side traffic. |
| Modifier and Type | Method and Description |
|---|---|
protected io.grpc.inprocess.InProcessServer |
InProcessServerBuilder.buildTransportServer(List<? extends ServerStreamTracer.Factory> streamTracerFactories) |
| Modifier and Type | Method and Description |
|---|---|
protected io.grpc.netty.NettyServer |
NettyServerBuilder.buildTransportServer(List<? extends ServerStreamTracer.Factory> streamTracerFactories) |