Uses of Interface
io.grpc.Metadata.BinaryMarshaller
Packages that use Metadata.BinaryMarshaller
Package
Description
The gRPC core public API.
API for gRPC over Protocol Buffers, including tools for serializing and de-serializing protobuf
messages.
API for gRPC over Protocol Buffers with proto message classes generated by the Lite Runtime
library.
-
Uses of Metadata.BinaryMarshaller in io.grpc
Fields in io.grpc declared as Metadata.BinaryMarshallerModifier and TypeFieldDescriptionstatic final Metadata.BinaryMarshaller
<byte[]> Metadata.BINARY_BYTE_MARSHALLER
Simple metadata marshaller that encodes bytes as is.Methods in io.grpc with parameters of type Metadata.BinaryMarshallerModifier and TypeMethodDescriptionstatic <T> Metadata.Key
<T> Metadata.Key.of
(String name, Metadata.BinaryMarshaller<T> marshaller) Creates a key for a binary header. -
Uses of Metadata.BinaryMarshaller in io.grpc.protobuf
Methods in io.grpc.protobuf that return Metadata.BinaryMarshallerModifier and TypeMethodDescriptionstatic <T extends Message>
Metadata.BinaryMarshaller<T> ProtoUtils.metadataMarshaller
(T instance) Produce a metadata marshaller for a protobuf type. -
Uses of Metadata.BinaryMarshaller in io.grpc.protobuf.lite
Methods in io.grpc.protobuf.lite that return Metadata.BinaryMarshallerModifier and TypeMethodDescriptionstatic <T extends com.google.protobuf.MessageLite>
Metadata.BinaryMarshaller<T> ProtoLiteUtils.metadataMarshaller
(T defaultInstance) Produce a metadata marshaller for a protobuf type.