Class RestUtils.TrackingHeaders

  • Enclosing class:
    RestUtils

    public static final class RestUtils.TrackingHeaders
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String DATACENTER_NAME
      Response header for the the name of the datacenter that the frontend responding belongs to.
      static java.lang.String FRONTEND_NAME
      Response header for the hostname of the responding frontend.
      static java.util.List<java.lang.String> TRACKING_HEADERS
      A list of all tracking headers.
    • Constructor Summary

      Constructors 
      Constructor Description
      TrackingHeaders()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • DATACENTER_NAME

        public static final java.lang.String DATACENTER_NAME
        Response header for the the name of the datacenter that the frontend responding belongs to.
        See Also:
        Constant Field Values
      • FRONTEND_NAME

        public static final java.lang.String FRONTEND_NAME
        Response header for the hostname of the responding frontend.
        See Also:
        Constant Field Values
      • TRACKING_HEADERS

        public static final java.util.List<java.lang.String> TRACKING_HEADERS
        A list of all tracking headers.
    • Constructor Detail

      • TrackingHeaders

        public TrackingHeaders()