cc.spray.http

StatusCodes

object StatusCodes extends ObjectRegistry[Int, StatusCode]

Linear Supertypes
ObjectRegistry[Int, StatusCode], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. StatusCodes
  2. ObjectRegistry
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Type Members

  1. case class ClientError (value: Int, defaultMessage: String) extends HttpFailure with Product with Serializable

  2. case class Informational (value: Int, defaultMessage: String) extends HttpSuccess with Product with Serializable

  3. case class Redirection (value: Int, defaultMessage: String) extends HttpSuccess with Product with Serializable

  4. case class ServerError (value: Int, defaultMessage: String) extends HttpFailure with Product with Serializable

  5. case class Success (value: Int, defaultMessage: String) extends HttpSuccess with Product with Serializable

  6. case class Warning (value: Int, defaultMessage: String) extends HttpWarning with Product with Serializable

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. val Accepted : Success

  7. val BadGateway : ServerError

  8. val BadRequest : ClientError

  9. val BandwidthLimitExceeded : ServerError

  10. val Conflict : ClientError

  11. val Continue : Informational

  12. val Created : Success

  13. val Disconnected : Warning

  14. val ExpectationFailed : ClientError

  15. val FailedDependency : ClientError

  16. val Forbidden : ClientError

  17. val Found : Redirection

  18. val GatewayTimeout : ServerError

  19. val Gone : ClientError

  20. val HTTPVersionNotSupported : ServerError

  21. val Heuristic : Warning

  22. val InsufficientStorage : ServerError

  23. val InternalServerError : ServerError

  24. val LengthRequired : ClientError

  25. val Locked : ClientError

  26. val MethodNotAllowed : ClientError

  27. val Miscellaneous : Warning

  28. val MiscellaneousPersistent : Warning

  29. val MovedPermanently : Redirection

  30. val Multi : Success

  31. val MultipleChoices : Redirection

  32. val NoContent : Success

  33. val NonAuthoritativeInformation : Success

  34. val NotAcceptable : ClientError

  35. val NotExtended : ServerError

  36. val NotFound : ClientError

  37. val NotImplemented : ServerError

  38. val NotModified : Redirection

  39. val OK : Success

  40. val PartialContent : Success

  41. val PaymentRequired : ClientError

  42. val PreconditionFailed : ClientError

  43. val Processing : Informational

  44. val ProxyAuthenticationRequired : ClientError

  45. val RequestEntityTooLarge : ClientError

  46. val RequestTimeout : ClientError

  47. val RequestTooLong : ClientError

  48. val RequestedRangeNotSatisfiable : ClientError

  49. val ResetContent : Success

  50. val Response : Warning

  51. val RetryWith : ClientError

  52. val Revalidation : Warning

  53. val SeeOther : Redirection

  54. val ServiceUnavailable : ServerError

  55. val SwitchingProtocols : Informational

  56. val TemporaryRedirect : Redirection

  57. val TooManyConnections : ClientError

  58. val Transformation : Warning

  59. val Unauthorized : ClientError

  60. val UnorderedCollection : ClientError

  61. val UnprocessableEntity : ClientError

  62. val UnsupportedMediaType : ClientError

  63. val UpgradeRequired : ClientError

  64. val UseProxy : Redirection

  65. val UserAccessDenied : ServerError

  66. val VariantAlsoNegotiates : ServerError

  67. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  68. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  69. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  70. def equals (arg0: Any): Boolean

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  72. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef
  73. def getForKey (key: Int): Option[StatusCode]

    Definition Classes
    ObjectRegistry
  74. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  75. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  76. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  77. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  78. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  79. def register (obj: StatusCode, key: Int): Unit

    Definition Classes
    ObjectRegistry
  80. def register (obj: StatusCode, keys: Seq[Int]): Unit

    Definition Classes
    ObjectRegistry
  81. val registry : Map[Int, StatusCode]

    Definition Classes
    ObjectRegistry
  82. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  83. def toString (): String

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from ObjectRegistry[Int, StatusCode]

Inherited from AnyRef

Inherited from Any