Enum Class HttpPrefix

java.lang.Object
java.lang.Enum<HttpPrefix>
de.dlr.proseo.logging.http.HttpPrefix
All Implemented Interfaces:
Serializable, Comparable<HttpPrefix>, Constable

public enum HttpPrefix extends Enum<HttpPrefix>
A collection of prefixes indicating the service returning the HTTP response.
Author:
Katharina Bassler
  • Enum Constant Details

    • ARCHIVE_MGR

      public static final HttpPrefix ARCHIVE_MGR
    • AUXIP_MONITOR

      public static final HttpPrefix AUXIP_MONITOR
    • CADIP_MONITOR

      public static final HttpPrefix CADIP_MONITOR
    • EDIP_MONITOR

      public static final HttpPrefix EDIP_MONITOR
    • FACILTY_MGR

      public static final HttpPrefix FACILTY_MGR
    • GEOTOOLS

      public static final HttpPrefix GEOTOOLS
    • MODEL

      public static final HttpPrefix MODEL
    • INGESTOR

      public static final HttpPrefix INGESTOR
    • ORDER_MGR

      public static final HttpPrefix ORDER_MGR
    • PLANNER

      public static final HttpPrefix PLANNER
    • PROCESSOR_MGR

      public static final HttpPrefix PROCESSOR_MGR
    • PRODUCTCLASS_MGR

      public static final HttpPrefix PRODUCTCLASS_MGR
    • SAMPLES

      public static final HttpPrefix SAMPLES
    • STORAGE_MGR

      public static final HttpPrefix STORAGE_MGR
    • UI

      public static final HttpPrefix UI
    • USER_MGR

      public static final HttpPrefix USER_MGR
    • XBIP_MONITOR

      public static final HttpPrefix XBIP_MONITOR
    • NOTIFICATION

      public static final HttpPrefix NOTIFICATION
    • AIP_CLIENT

      public static final HttpPrefix AIP_CLIENT
    • ODIP

      public static final HttpPrefix ODIP
  • Method Details

    • values

      public static HttpPrefix[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static HttpPrefix valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getPrefix

      public String getPrefix()
      Retrieve the prefix indicating the service returning the HTTP response.
      Returns:
      the prefix indicating the service returning the HTTP response