object Status extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Status
  2. Serializable
  3. Serializable
  4. AnyRef
  5. 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: 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 PreconditionFailed: Status
  39. val PreconditionRequired: Status
  40. val Processing: Status
  41. val ProxyAuthenticationRequired: Status
  42. val RequestEntityTooLarge: Status
  43. val RequestHeaderFieldsTooLarge: Status
  44. val RequestTimeout: Status
  45. val RequestURITooLong: Status
  46. val RequestedRangeNotSatisfiable: Status
  47. val ResetContent: Status
  48. val SeeOther: Status
  49. val ServiceUnavailable: Status
  50. val SwitchingProtocols: Status
  51. val TemporaryRedirect: Status
  52. val TooManyRequests: Status
  53. val Unauthorized: Status
  54. val UnavailableForLegalReasons: Status
  55. val UnorderedCollection: Status
  56. val UnprocessableEntity: Status
  57. val UnsupportedMediaType: Status
  58. val UpgradeRequired: Status
  59. val UseProxy: Status
  60. val VariantAlsoNegotiates: Status
  61. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  62. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  63. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  64. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  65. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  66. def fromCode(code: Int): Status
  67. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  68. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  69. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  70. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  71. final def notify(): Unit
    Definition Classes
    AnyRef
  72. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  73. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  74. def toString(): String
    Definition Classes
    AnyRef → Any
  75. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  76. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  77. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  78. object ClientError

    Matches when the status code is between 400 and 500.

  79. object Informational

    Matches when the status code is between 100 and 200.

  80. object Redirection

    Matches when the status code is between 300 and 400.

  81. object ServerError

    Matches when the status code is between 500 and 600.

  82. object Successful

    Matches when the status code is between 200 and 300.

  83. 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 Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped