Package io.grpc.rls

Class RlsProtoData.ExtraKeys

    • Constructor Summary

      Constructors 
      Constructor Description
      ExtraKeys()  
    • Method Summary

      All Methods Static Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static RlsProtoData.ExtraKeys create​(java.lang.String host, java.lang.String service, java.lang.String method)  
      (package private) abstract java.lang.String host()  
      (package private) abstract java.lang.String method()  
      (package private) abstract java.lang.String service()  
      • Methods inherited from class java.lang.Object

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

      • ExtraKeys

        ExtraKeys()
    • Method Detail

      • host

        @Nullable
        abstract java.lang.String host()
      • service

        @Nullable
        abstract java.lang.String service()
      • method

        @Nullable
        abstract java.lang.String method()
      • create

        static RlsProtoData.ExtraKeys create​(@Nullable
                                             java.lang.String host,
                                             @Nullable
                                             java.lang.String service,
                                             @Nullable
                                             java.lang.String method)