Package io.grpc.rls

Class RlsProtoData.RouteLookupRequest

    • Method Summary

      All Methods Static Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static RlsProtoData.RouteLookupRequest create​(com.google.common.collect.ImmutableMap<java.lang.String,​java.lang.String> keyMap)  
      (package private) abstract com.google.common.collect.ImmutableMap<java.lang.String,​java.lang.String> keyMap()
      Returns a map of key values extracted via key builders for the gRPC or HTTP request.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RouteLookupRequest

        RouteLookupRequest()
    • Method Detail

      • keyMap

        abstract com.google.common.collect.ImmutableMap<java.lang.String,​java.lang.String> keyMap()
        Returns a map of key values extracted via key builders for the gRPC or HTTP request.