Uses of Interface
io.grpc.Metadata.BinaryMarshaller
- 
Packages that use Metadata.BinaryMarshaller Package Description io.grpc The gRPC core public API.io.grpc.protobuf API for gRPC over Protocol Buffers, including tools for serializing and de-serializing protobuf messages.io.grpc.protobuf.lite API for gRPC over Protocol Buffers with proto message classes generated by the Lite Runtime library.
- 
- 
Uses of Metadata.BinaryMarshaller in io.grpcFields in io.grpc declared as Metadata.BinaryMarshaller Modifier and Type Field Description static Metadata.BinaryMarshaller<byte[]>Metadata. BINARY_BYTE_MARSHALLERSimple metadata marshaller that encodes bytes as is.Methods in io.grpc with parameters of type Metadata.BinaryMarshaller Modifier and Type Method Description static <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.protobufMethods in io.grpc.protobuf that return Metadata.BinaryMarshaller Modifier and Type Method Description static <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.liteMethods in io.grpc.protobuf.lite that return Metadata.BinaryMarshaller Modifier and Type Method Description static <T extends MessageLite>
 Metadata.BinaryMarshaller<T>ProtoLiteUtils. metadataMarshaller(T defaultInstance)Produce a metadata marshaller for a protobuf type.
 
-