| Package | Description |
|---|---|
| io.grpc |
The gRPC core public API.
|
| Modifier and Type | Method and Description |
|---|---|
static Attributes.Builder |
Attributes.newBuilder()
Create a new builder.
|
static Attributes.Builder |
Attributes.newBuilder(Attributes base)
Create a new builder that is pre-populated with the content from a given container.
|
<T> Attributes.Builder |
Attributes.Builder.set(Attributes.Key<T> key,
T value) |
<T> Attributes.Builder |
Attributes.Builder.setAll(Attributes other) |