Packages

object HttpStatusCode

Created by pach on 05/01/17.

Source
HttpStatusCode.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HttpStatusCode
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed case class ClientError (code: Int, label: String, description: String, longDescription: String = "") extends HttpStatusCode with Product with Serializable
  2. sealed case class Progress (code: Int, label: String, description: String, longDescription: String = "") extends HttpStatusCode with Product with Serializable
  3. sealed case class Redirect (code: Int, label: String, description: String, longDescription: String = "") extends HttpStatusCode with Product with Serializable
  4. sealed case class ServerError (code: Int, label: String, description: String, longDescription: String = "") extends HttpStatusCode with Product with Serializable
  5. sealed case class Success (code: Int, label: String, description: String, longDescription: String = "") extends HttpStatusCode with Product with Serializable

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

Inherited from AnyRef

Inherited from Any

Ungrouped