object HttpStatus

HTTP status code collection.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HttpStatus
  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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. def isClientError(code: Int): Boolean
  11. def isInformational(code: Int): Boolean
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. def isRedirection(code: Int): Boolean
  14. def isServerError(code: Int): Boolean
  15. def isSuccessful(code: Int): Boolean
  16. def isUnknownState(code: Int): Boolean
  17. def knownStatuses: Seq[HttpStatus]
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def ofCode(code: Int): HttpStatus
  22. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. def unapply(s: String): Option[HttpStatus]
  25. def unpack(u: Unpacker): Option[HttpStatus]
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. object Accepted_202 extends HttpStatus with Product with Serializable
  30. object BadGateway_502 extends HttpStatus with Product with Serializable
  31. object BadRequest_400 extends HttpStatus with Product with Serializable
  32. object ClientClosedRequest_499 extends HttpStatus with Product with Serializable
  33. object Conflict_409 extends HttpStatus with Product with Serializable
  34. object Continue_100 extends HttpStatus with Product with Serializable
  35. object Created_201 extends HttpStatus with Product with Serializable
  36. object EnhanceYourCalm_420 extends HttpStatus with Product with Serializable
  37. object ExpectationFailed_417 extends HttpStatus with Product with Serializable
  38. object FailedDependency_424 extends HttpStatus with Product with Serializable
  39. object Forbidden_403 extends HttpStatus with Product with Serializable
  40. object Found_302 extends HttpStatus with Product with Serializable
  41. object GatewayTimeout_504 extends HttpStatus with Product with Serializable
  42. object Gone_410 extends HttpStatus with Product with Serializable
  43. object HttpVersionNotSupported_505 extends HttpStatus with Product with Serializable
  44. object InsufficientStorage_507 extends HttpStatus with Product with Serializable
  45. object InternalServerError_500 extends HttpStatus with Product with Serializable
  46. object LengthRequired_411 extends HttpStatus with Product with Serializable
  47. object Locked_423 extends HttpStatus with Product with Serializable
  48. object MethodNotAllowed_405 extends HttpStatus with Product with Serializable
  49. object MovedPermanently_301 extends HttpStatus with Product with Serializable
  50. object MultiStatus_207 extends HttpStatus with Product with Serializable
  51. object MultipleChoices_300 extends HttpStatus with Product with Serializable
  52. object NetworkAuthenticationRequired_511 extends HttpStatus with Product with Serializable
  53. object NoContent_204 extends HttpStatus with Product with Serializable
  54. object NonAuthoritativeInformation_203 extends HttpStatus with Product with Serializable
  55. object NotAcceptable_406 extends HttpStatus with Product with Serializable
  56. object NotExtended_510 extends HttpStatus with Product with Serializable
  57. object NotFound_404 extends HttpStatus with Product with Serializable
  58. object NotImplemented_501 extends HttpStatus with Product with Serializable
  59. object NotModified_304 extends HttpStatus with Product with Serializable
  60. object Ok_200 extends HttpStatus with Product with Serializable
  61. object PartialContent_206 extends HttpStatus with Product with Serializable
  62. object PaymentRequired_402 extends HttpStatus with Product with Serializable
  63. object PermanentRedirect_308 extends HttpStatus with Product with Serializable
  64. object PreconditionFailed_412 extends HttpStatus with Product with Serializable
  65. object PreconditionRequired_428 extends HttpStatus with Product with Serializable
  66. object Processing_102 extends HttpStatus with Product with Serializable
  67. object ProxyAuthenticationRequired_407 extends HttpStatus with Product with Serializable
  68. object RequestEntityTooLarge_413 extends HttpStatus with Product with Serializable
  69. object RequestHeaderFieldsTooLarge_431 extends HttpStatus with Product with Serializable
  70. object RequestTimeout_408 extends HttpStatus with Product with Serializable
  71. object RequestURITooLong_414 extends HttpStatus with Product with Serializable
  72. object RequestedRangeNotSatisfiable_416 extends HttpStatus with Product with Serializable
  73. object ResetContent_205 extends HttpStatus with Product with Serializable
  74. object SeeOther_303 extends HttpStatus with Product with Serializable
  75. object ServiceUnavailable_503 extends HttpStatus with Product with Serializable
  76. object SwitchingProtocols_101 extends HttpStatus with Product with Serializable
  77. object TemporaryRedirect_307 extends HttpStatus with Product with Serializable
  78. object TooManyRequests_429 extends HttpStatus with Product with Serializable
  79. object Unauthorized_401 extends HttpStatus with Product with Serializable
  80. object UnavailableForLegalReasons_451 extends HttpStatus with Product with Serializable
  81. object Unknown_000 extends HttpStatus with Product with Serializable
  82. object UnorderedCollection_425 extends HttpStatus with Product with Serializable
  83. object UnprocessableEntity_422 extends HttpStatus with Product with Serializable
  84. object UnsupportedMediaType_415 extends HttpStatus with Product with Serializable
  85. object UpgradeRequired_426 extends HttpStatus with Product with Serializable
  86. object UseProxy_305 extends HttpStatus with Product with Serializable
  87. object VariantAlsoNegotiates_506 extends HttpStatus with Product with Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped