trait StatusCodes extends AnyRef

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StatusCodes
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val Accepted: Int
  5. val AlreadyReported: Int
  6. val BadGateway: Int
  7. val BadRequest: Int
  8. val Conflict: Int
  9. val Continue: Int
  10. val Created: Int
  11. val EarlyHints: Int
  12. val ExpectationFailed: Int
  13. val FailedDependency: Int
  14. val Forbidden: Int
  15. val Found: Int
  16. val GatewayTimeout: Int
  17. val Gone: Int
  18. val HttpVersionNotSupported: Int
  19. val ImUsed: Int
  20. val InsufficientStorage: Int
  21. val InternalServerError: Int
  22. val LengthRequired: Int
  23. val Locked: Int
  24. val LoopDetected: Int
  25. val MethodNotAllowed: Int
  26. val MisdirectedRequest: Int
  27. val MovedPermanently: Int
  28. val MultiStatus: Int
  29. val MultipleChoices: Int
  30. val NetworkAuthenticationRequired: Int
  31. val NoContent: Int
  32. val NonAuthoritativeInformation: Int
  33. val NotAcceptable: Int
  34. val NotExtended: Int
  35. val NotFound: Int
  36. val NotImplemented: Int
  37. val NotModified: Int
  38. val Ok: Int
  39. val PartialContent: Int
  40. val PayloadTooLarge: Int
  41. val PaymentRequired: Int
  42. val PermanentRedirect: Int
  43. val PreconditionFailed: Int
  44. val PreconditionRequired: Int
  45. val Processing: Int
  46. val ProxyAuthenticationRequired: Int
  47. val RangeNotSatisfiable: Int
  48. val RequestHeaderFieldsTooLarge: Int
  49. val RequestTimeout: Int
  50. val ResetContent: Int
  51. val SeeOther: Int
  52. val ServiceUnavailable: Int
  53. val SwitchingProtocols: Int
  54. val TemporaryRedirect: Int
  55. val TooManyRequests: Int
  56. val Unauthorized: Int
  57. val UnavailableForLegalReasons: Int
  58. val UnprocessableEntity: Int
  59. val UnsupportedMediaType: Int
  60. val UpgradeRequired: Int
  61. val UriTooLong: Int
  62. val UseProxy: Int
  63. val VariantAlsoNegotiates: Int
  64. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  65. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  66. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  67. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  68. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  69. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  70. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  71. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  72. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  73. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  74. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  75. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  76. def toString(): String
    Definition Classes
    AnyRef → Any
  77. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  78. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  79. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped