Object/Class

org.http4s

Status

Related Docs: class Status | package http4s

Permalink

object Status extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Status
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait ResponseClass extends AnyRef

    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: Status

    Permalink
  5. val AlreadyReported: Status

    Permalink
  6. val BadGateway: Status

    Permalink
  7. val BadRequest: Status

    Permalink
  8. val Conflict: Status

    Permalink
  9. val Continue: Status

    Permalink

    Status code list taken from http://www.iana.org/assignments/http-status-codes/http-status-codes.xml

  10. val Created: Status

    Permalink
  11. val ExpectationFailed: Status

    Permalink
  12. val FailedDependency: Status

    Permalink
  13. val Forbidden: Status

    Permalink
  14. val Found: Status

    Permalink
  15. val GatewayTimeout: Status

    Permalink
  16. val Gone: Status

    Permalink
  17. val HttpVersionNotSupported: Status

    Permalink
  18. val IMUsed: Status

    Permalink
  19. val InsufficientStorage: Status

    Permalink
  20. val InternalServerError: Status

    Permalink
  21. val LengthRequired: Status

    Permalink
  22. val Locked: Status

    Permalink
  23. val LoopDetected: Status

    Permalink
  24. val MethodNotAllowed: Status

    Permalink
  25. val MovedPermanently: Status

    Permalink
  26. val MultiStatus: Status

    Permalink
  27. val MultipleChoices: Status

    Permalink
  28. val NetworkAuthenticationRequired: Status

    Permalink
  29. val NoContent: Status

    Permalink
  30. val NonAuthoritativeInformation: Status

    Permalink
  31. val NotAcceptable: Status

    Permalink
  32. val NotExtended: Status

    Permalink
  33. val NotFound: Status

    Permalink
  34. val NotImplemented: Status

    Permalink
  35. val NotModified: Status

    Permalink
  36. val Ok: Status

    Permalink
  37. val PartialContent: Status

    Permalink
  38. val PayloadTooLarge: Status

    Permalink
  39. val PaymentRequired: Status

    Permalink
  40. val PermanentRedirect: Status

    Permalink
  41. val PreconditionFailed: Status

    Permalink
  42. val PreconditionRequired: Status

    Permalink
  43. val Processing: Status

    Permalink
  44. val ProxyAuthenticationRequired: Status

    Permalink
  45. val RangeNotSatisfiable: Status

    Permalink
  46. val RequestHeaderFieldsTooLarge: Status

    Permalink
  47. val RequestTimeout: Status

    Permalink
  48. val ResetContent: Status

    Permalink
  49. object ResponseClass

    Permalink
  50. val SeeOther: Status

    Permalink
  51. val ServiceUnavailable: Status

    Permalink
  52. val SwitchingProtocols: Status

    Permalink
  53. val TemporaryRedirect: Status

    Permalink
  54. val TooManyRequests: Status

    Permalink
  55. val Unauthorized: Status

    Permalink
  56. val UnavailableForLegalReasons: Status

    Permalink
  57. val UnprocessableEntity: Status

    Permalink
  58. val UnsupportedMediaType: Status

    Permalink
  59. val UpgradeRequired: Status

    Permalink
  60. val UriTooLong: Status

    Permalink
  61. val UseProxy: Status

    Permalink
  62. val VariantAlsoNegotiates: Status

    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. def fromInt(code: Int): ParseResult[Status]

    Permalink
  69. def fromIntAndReason(code: Int, reason: String): ParseResult[Status]

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  76. def register(status: Status): status.type

    Permalink
  77. def registered: Iterable[Status]

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

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

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

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped