Class ResponseCode$

java.lang.Object
scala.Enumeration
org.apache.pekko.io.dns.internal.ResponseCode$
All Implemented Interfaces:
Serializable

public class ResponseCode$ extends scala.Enumeration
INTERNAL API
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class scala.Enumeration

    scala.Enumeration.Val, scala.Enumeration.Value, scala.Enumeration.ValueOrdering$, scala.Enumeration.ValueSet, scala.Enumeration.ValueSet$
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final ResponseCode$
    Static reference to the singleton instance of this Scala object.

    Fields inherited from class scala.Enumeration

    scala$Enumeration$$bottomId, scala$Enumeration$$topId
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    scala.Enumeration.Value
     
    scala.Enumeration.Value
     
    scala.Enumeration.Value
     
    scala.Enumeration.Value
     
    scala.Enumeration.Value
     
    scala.Enumeration.Value
     

    Methods inherited from class scala.Enumeration

    apply, maxId, nextId, nextId_$eq, nextName, nextName_$eq, readResolve, scala$Enumeration$$nameOf, scala$Enumeration$$nextNameOrNull, scala$Enumeration$$vmap, scala$Enumeration$$vsetDefined_$eq, toString, Value, Value, Value, Value, ValueOrdering, values, ValueSet, withName

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • MODULE$

      public static final ResponseCode$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • ResponseCode$

      public ResponseCode$()
  • Method Details

    • SUCCESS

      public scala.Enumeration.Value SUCCESS()
    • FORMAT_ERROR

      public scala.Enumeration.Value FORMAT_ERROR()
    • SERVER_FAILURE

      public scala.Enumeration.Value SERVER_FAILURE()
    • NAME_ERROR

      public scala.Enumeration.Value NAME_ERROR()
    • NOT_IMPLEMENTED

      public scala.Enumeration.Value NOT_IMPLEMENTED()
    • REFUSED

      public scala.Enumeration.Value REFUSED()