getAllBinary

Available in a dev version: 0․11․0-grpc-186

How to configure

Returns all binary metadata entries with the given key, in the order they were added.

Binary keys must end with the "-bin" suffix according to gRPC specification.

Return

a list of all binary values associated with the key, or an empty list if no values exist

Parameters

key

the name of the metadata entry (case-insensitive). Must contain only digits (0-9), lowercase letters (a-z), and special characters (-, _, .). Must end with -bin.

Throws

if the key does not end with -bin or contains invalid characters


Returns all binary metadata entries with the given typed key, in the order they were added.

Binary keys must end with the "-bin" suffix according to gRPC specification. Each value is decoded using the marshaller associated with the key, which encodes values as raw bytes.

Return

a list of all binary values associated with the key, decoded using the key's marshaller, or an empty list if no values exist

Parameters

key

the typed metadata key. The key name must end with -bin.

Type Parameters

T

the type of values associated with the key

Throws

if the key name does not end with -bin or contains invalid characters

Returns all binary metadata entries with the given key, in the order they were added.

Binary keys must end with the "-bin" suffix according to gRPC specification.

Return

a list of all binary values associated with the key, or an empty list if no values exist

Parameters

key

the name of the metadata entry (case-insensitive). Must contain only digits (0-9), lowercase letters (a-z), and special characters (-, _, .). Must end with -bin.

Throws

if the key does not end with -bin or contains invalid characters


Returns all binary metadata entries with the given typed key, in the order they were added.

Binary keys must end with the "-bin" suffix according to gRPC specification. Each value is decoded using the marshaller associated with the key, which encodes values as raw bytes.

Return

a list of all binary values associated with the key, decoded using the key's marshaller, or an empty list if no values exist

Parameters

key

the typed metadata key. The key name must end with -bin.

Type Parameters

T

the type of values associated with the key

Throws

if the key name does not end with -bin or contains invalid characters

Returns all binary metadata entries with the given key, in the order they were added.

Binary keys must end with the "-bin" suffix according to gRPC specification.

Return

a list of all binary values associated with the key, or an empty list if no values exist

Parameters

key

the name of the metadata entry (case-insensitive). Must contain only digits (0-9), lowercase letters (a-z), and special characters (-, _, .). Must end with -bin.

Throws

if the key does not end with -bin or contains invalid characters


Returns all binary metadata entries with the given typed key, in the order they were added.

Binary keys must end with the "-bin" suffix according to gRPC specification. Each value is decoded using the marshaller associated with the key, which encodes values as raw bytes.

Return

a list of all binary values associated with the key, decoded using the key's marshaller, or an empty list if no values exist

Parameters

key

the typed metadata key. The key name must end with -bin.

Type Parameters

T

the type of values associated with the key

Throws

if the key name does not end with -bin or contains invalid characters