Home
last modified time | relevance | path

Searched defs:CustomHeaderClient (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/grpc-grpc/examples/cpp/metadata/
H A Dgreeter_client.cc38 class CustomHeaderClient { class
40 CustomHeaderClient(std::shared_ptr<Channel> channel) in CustomHeaderClient() function in CustomHeaderClient
/aosp_15_r20/external/grpc-grpc-java/examples/src/main/java/io/grpc/examples/header/
H A DCustomHeaderClient.java37 public class CustomHeaderClient { class
46 private CustomHeaderClient(String host, int port) { in CustomHeaderClient() method in CustomHeaderClient