Class JRTMethods


  • public class JRTMethods
    extends java.lang.Object
    Defines methods used for RPC config requests.
    • Constructor Summary

      Constructors 
      Constructor Description
      JRTMethods()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean checkV3ReturnTypes​(com.yahoo.jrt.Request request)  
      static com.yahoo.jrt.Method createConfigV3GetConfigMethod​(com.yahoo.jrt.MethodHandler methodHandler)  
      • Methods inherited from class java.lang.Object

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

      • configV3getConfigMethodName

        public static final java.lang.String configV3getConfigMethodName
        See Also:
        Constant Field Values
    • Constructor Detail

      • JRTMethods

        public JRTMethods()
    • Method Detail

      • createConfigV3GetConfigMethod

        public static com.yahoo.jrt.Method createConfigV3GetConfigMethod​(com.yahoo.jrt.MethodHandler methodHandler)
      • checkV3ReturnTypes

        public static boolean checkV3ReturnTypes​(com.yahoo.jrt.Request request)