| Package | Description |
|---|---|
| io.grpc |
The gRPC core public API.
|
| io.grpc.util |
Utilities with advanced features in the core layer that user can optionally use.
|
| Modifier and Type | Method and Description |
|---|---|
ClientStreamTracer |
ClientStreamTracer.Factory.newClientStreamTracer(CallOptions callOptions,
Metadata headers)
|
ClientStreamTracer |
ClientStreamTracer.Factory.newClientStreamTracer(ClientStreamTracer.StreamInfo info,
Metadata headers)
Creates a
ClientStreamTracer for a new client stream. |
| Modifier and Type | Class and Description |
|---|---|
class |
ForwardingClientStreamTracer |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ClientStreamTracer |
ForwardingClientStreamTracer.delegate()
Returns the underlying
ClientStreamTracer. |