Home
last modified time | relevance | path

Searched refs:userIpKey (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
DAbstractInteropTest.java355 Metadata.Key<String> userIpKey = Metadata.Key.of("x-user-ip", Metadata.ASCII_STRING_MARSHALLER); in cacheableUnary() local
357 metadata.put(userIpKey, "1.2.3.4"); in cacheableUnary()