MCPcopy Create free account
hub / github.com/grpc/grpc-java / Metadata

Method Metadata

api/src/main/java/io/grpc/Metadata.java:120–122  ·  view source on GitHub ↗

Constructor called by the transport layer when it receives binary metadata. Metadata will mutate the passed in array.

(byte[]... binaryValues)

Source from the content-addressed store, hash-verified

118 * mutate the passed in array.
119 */
120 Metadata(byte[]... binaryValues) {
121 this(binaryValues.length / 2, binaryValues);
122 }
123
124 /**
125 * Constructor called by the transport layer when it receives binary metadata. Metadata will

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected