| Package | Description |
|---|---|
| io.grpc |
The gRPC core public API.
|
| io.grpc.protobuf.lite |
API for gRPC over Protocol Buffers with proto message classes generated by the Lite Runtime
library.
|
| Modifier and Type | Field and Description |
|---|---|
static Metadata.BinaryMarshaller<byte[]> |
Metadata.BINARY_BYTE_MARSHALLER
Simple metadata marshaller that encodes bytes as is.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> Metadata.Key<T> |
Metadata.Key.of(String name,
Metadata.BinaryMarshaller<T> marshaller)
Creates a key for a binary header.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends com.google.protobuf.MessageLite> |
ProtoLiteUtils.metadataMarshaller(T instance)
Produce a metadata marshaller for a protobuf type.
|