Object/Trait

spinoco.protocol.http

HttpStatusCode

Related Docs: trait HttpStatusCode | package http

Permalink

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

    Permalink
  2. sealed case class Progress(code: Int, label: String, description: String, longDescription: String = "") extends HttpStatusCode with Product with Serializable

    Permalink
  3. sealed case class Redirect(code: Int, label: String, description: String, longDescription: String = "") extends HttpStatusCode with Product with Serializable

    Permalink
  4. sealed case class ServerError(code: Int, label: String, description: String, longDescription: String = "") extends HttpStatusCode with Product with Serializable

    Permalink
  5. sealed case class Success(code: Int, label: String, description: String, longDescription: String = "") extends HttpStatusCode with Product with Serializable

    Permalink

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. val Accepted: Success

    Permalink
  5. val AlreadyReported: Success

    Permalink
  6. val BadGateway: ServerError

    Permalink
  7. val BadRequest: ClientError

    Permalink
  8. val BandwidthLimitExceeded: ServerError

    Permalink
  9. val BlockedByParentalControls: ClientError

    Permalink
  10. val Conflict: ClientError

    Permalink
  11. val Continue: Progress

    Permalink
  12. val Created: Success

    Permalink
  13. val EnhanceYourCalm: ClientError

    Permalink
  14. val ExpectationFailed: ClientError

    Permalink
  15. val FailedDependency: ClientError

    Permalink
  16. val Forbidden: ClientError

    Permalink
  17. val Found: Redirect

    Permalink
  18. val GatewayTimeout: ServerError

    Permalink
  19. val Gone: ClientError

    Permalink
  20. val HTTPVersionNotSupported: ServerError

    Permalink
  21. val IMUsed: Success

    Permalink
  22. val InsufficientStorage: ServerError

    Permalink
  23. val InternalServerError: ServerError

    Permalink
  24. val LengthRequired: ClientError

    Permalink
  25. val Locked: ClientError

    Permalink
  26. val LoopDetected: ServerError

    Permalink
  27. val MethodNotAllowed: ClientError

    Permalink
  28. val MovedPermanently: Redirect

    Permalink
  29. val MultiStatus: Success

    Permalink
  30. val MultipleChoices: Redirect

    Permalink
  31. val NetworkAuthenticationRequired: ServerError

    Permalink
  32. val NetworkConnectTimeout: ServerError

    Permalink
  33. val NetworkReadTimeout: ServerError

    Permalink
  34. val NoContent: Success

    Permalink
  35. val NonAuthoritativeInformation: Success

    Permalink
  36. val NotAcceptable: ClientError

    Permalink
  37. val NotExtended: ServerError

    Permalink
  38. val NotFound: ClientError

    Permalink
  39. val NotImplemented: ServerError

    Permalink
  40. val NotModified: Redirect

    Permalink
  41. val Ok: Success

    Permalink
  42. val PartialContent: Success

    Permalink
  43. val PaymentRequired: ClientError

    Permalink
  44. val PermanentRedirect: Redirect

    Permalink
  45. val PreconditionFailed: ClientError

    Permalink
  46. val PreconditionRequired: ClientError

    Permalink
  47. val Processing: Progress

    Permalink
  48. val ProxyAuthenticationRequired: ClientError

    Permalink
  49. val RequestEntityTooLarge: ClientError

    Permalink
  50. val RequestHeaderFieldsTooLarge: ClientError

    Permalink
  51. val RequestTimeout: ClientError

    Permalink
  52. val RequestUriTooLong: ClientError

    Permalink
  53. val RequestedRangeNotSatisfiable: ClientError

    Permalink
  54. val ResetContent: Success

    Permalink
  55. val RetryWith: ClientError

    Permalink
  56. val SeeOther: Redirect

    Permalink
  57. val ServiceUnavailable: ServerError

    Permalink
  58. val SwitchingProtocols: Progress

    Permalink
  59. val TemporaryRedirect: Redirect

    Permalink
  60. val TooManyRequests: ClientError

    Permalink
  61. val Unauthorized: ClientError

    Permalink
  62. val UnavailableForLegalReasons: ClientError

    Permalink
  63. val UnorderedCollection: ClientError

    Permalink
  64. val UnprocessableEntity: ClientError

    Permalink
  65. val UnsupportedMediaType: ClientError

    Permalink
  66. val UpgradeRequired: ClientError

    Permalink
  67. val UseProxy: Redirect

    Permalink
  68. val VariantAlsoNegotiates: ServerError

    Permalink
  69. val allCodes: Map[Int, Product with Serializable with HttpStatusCode]

    Permalink
  70. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  72. val codec: Codec[HttpStatusCode]

    Permalink
  73. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  76. def fromCode(code: Int): Option[HttpStatusCode]

    Permalink
  77. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  79. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  80. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  83. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped