Packages

object Status extends Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Status
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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

    Matches when the status code is between 400 and 500.

  80. object Informational

    Matches when the status code is between 100 and 200.

  81. object Redirection

    Matches when the status code is between 300 and 400.

  82. object ServerError

    Matches when the status code is between 500 and 600.

  83. object Successful

    Matches when the status code is between 200 and 300.

  84. object Unknown

    Matches when the status code isn't in range of any of the categories: {{Informational}}, {{Successful}}, {{Redirection}}, {{ClientError}}, {{ServerError}}.

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped