Object/Class

wvlet.airframe.http

HttpStatus

Related Docs: class HttpStatus | package http

Permalink

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object Accepted_202 extends HttpStatus with Product with Serializable

    Permalink
  5. object BadGateway_502 extends HttpStatus with Product with Serializable

    Permalink
  6. object BadRequest_400 extends HttpStatus with Product with Serializable

    Permalink
  7. object ClientClosedRequest_499 extends HttpStatus with Product with Serializable

    Permalink
  8. object Conflict_409 extends HttpStatus with Product with Serializable

    Permalink
  9. object Continue_100 extends HttpStatus with Product with Serializable

    Permalink
  10. object Created_201 extends HttpStatus with Product with Serializable

    Permalink
  11. object EnhanceYourCalm_420 extends HttpStatus with Product with Serializable

    Permalink
  12. object ExpectationFailed_417 extends HttpStatus with Product with Serializable

    Permalink
  13. object FailedDependency_424 extends HttpStatus with Product with Serializable

    Permalink
  14. object Forbidden_403 extends HttpStatus with Product with Serializable

    Permalink
  15. object Found_302 extends HttpStatus with Product with Serializable

    Permalink
  16. object GatewayTimeout_504 extends HttpStatus with Product with Serializable

    Permalink
  17. object Gone_410 extends HttpStatus with Product with Serializable

    Permalink
  18. object HttpVersionNotSupported_505 extends HttpStatus with Product with Serializable

    Permalink
  19. object InsufficientStorage_507 extends HttpStatus with Product with Serializable

    Permalink
  20. object InternalServerError_500 extends HttpStatus with Product with Serializable

    Permalink
  21. object LengthRequired_411 extends HttpStatus with Product with Serializable

    Permalink
  22. object Locked_423 extends HttpStatus with Product with Serializable

    Permalink
  23. object MethodNotAllowed_405 extends HttpStatus with Product with Serializable

    Permalink
  24. object MovedPermanently_301 extends HttpStatus with Product with Serializable

    Permalink
  25. object MultiStatus_207 extends HttpStatus with Product with Serializable

    Permalink
  26. object MultipleChoices_300 extends HttpStatus with Product with Serializable

    Permalink
  27. object NetworkAuthenticationRequired_511 extends HttpStatus with Product with Serializable

    Permalink
  28. object NoContent_204 extends HttpStatus with Product with Serializable

    Permalink
  29. object NonAuthoritativeInformation_203 extends HttpStatus with Product with Serializable

    Permalink
  30. object NotAcceptable_406 extends HttpStatus with Product with Serializable

    Permalink
  31. object NotExtended_510 extends HttpStatus with Product with Serializable

    Permalink
  32. object NotFound_404 extends HttpStatus with Product with Serializable

    Permalink
  33. object NotImplemented_501 extends HttpStatus with Product with Serializable

    Permalink
  34. object NotModified_304 extends HttpStatus with Product with Serializable

    Permalink
  35. object Ok_200 extends HttpStatus with Product with Serializable

    Permalink
  36. object PartialContent_206 extends HttpStatus with Product with Serializable

    Permalink
  37. object PaymentRequired_402 extends HttpStatus with Product with Serializable

    Permalink
  38. object PermanentRedirect_308 extends HttpStatus with Product with Serializable

    Permalink
  39. object PreconditionFailed_412 extends HttpStatus with Product with Serializable

    Permalink
  40. object PreconditionRequired_428 extends HttpStatus with Product with Serializable

    Permalink
  41. object Processing_102 extends HttpStatus with Product with Serializable

    Permalink
  42. object ProxyAuthenticationRequired_407 extends HttpStatus with Product with Serializable

    Permalink
  43. object RequestEntityTooLarge_413 extends HttpStatus with Product with Serializable

    Permalink
  44. object RequestHeaderFieldsTooLarge_431 extends HttpStatus with Product with Serializable

    Permalink
  45. object RequestTimeout_408 extends HttpStatus with Product with Serializable

    Permalink
  46. object RequestURITooLong_414 extends HttpStatus with Product with Serializable

    Permalink
  47. object RequestedRangeNotSatisfiable_416 extends HttpStatus with Product with Serializable

    Permalink
  48. object ResetContent_205 extends HttpStatus with Product with Serializable

    Permalink
  49. object SeeOther_303 extends HttpStatus with Product with Serializable

    Permalink
  50. object ServiceUnavailable_503 extends HttpStatus with Product with Serializable

    Permalink
  51. object SwitchingProtocols_101 extends HttpStatus with Product with Serializable

    Permalink
  52. object TemporaryRedirect_307 extends HttpStatus with Product with Serializable

    Permalink
  53. object TooManyRequests_429 extends HttpStatus with Product with Serializable

    Permalink
  54. object Unauthorized_401 extends HttpStatus with Product with Serializable

    Permalink
  55. object UnavailableForLegalReasons_451 extends HttpStatus with Product with Serializable

    Permalink
  56. object Unknown_000 extends HttpStatus with Product with Serializable

    Permalink
  57. object UnorderedCollection_425 extends HttpStatus with Product with Serializable

    Permalink
  58. object UnprocessableEntity_422 extends HttpStatus with Product with Serializable

    Permalink
  59. object UnsupportedMediaType_415 extends HttpStatus with Product with Serializable

    Permalink
  60. object UpgradeRequired_426 extends HttpStatus with Product with Serializable

    Permalink
  61. object UseProxy_305 extends HttpStatus with Product with Serializable

    Permalink
  62. object VariantAlsoNegotiates_506 extends HttpStatus with Product with Serializable

    Permalink
  63. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  64. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  65. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  66. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  67. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  68. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  69. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  70. def isClientError(code: Int): Boolean

    Permalink
  71. def isInformational(code: Int): Boolean

    Permalink
  72. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  73. def isRedirection(code: Int): Boolean

    Permalink
  74. def isServerError(code: Int): Boolean

    Permalink
  75. def isSuccessful(code: Int): Boolean

    Permalink
  76. def isUnknownState(code: Int): Boolean

    Permalink
  77. def knownStatuses: Seq[HttpStatus]

    Permalink
  78. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  79. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  80. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  81. def ofCode(code: Int): HttpStatus

    Permalink
  82. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  83. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  84. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  85. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  86. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped