Trait

org.http4s.dsl.impl

Statuses

Related Doc: package impl

Permalink

trait Statuses extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Statuses
  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. val Accepted: Status.Accepted.type

    Permalink
  5. val AlreadyReported: Status.AlreadyReported.type

    Permalink
  6. val BadGateway: Status.BadGateway.type

    Permalink
  7. val BadRequest: Status.BadRequest.type

    Permalink
  8. val Conflict: Status.Conflict.type

    Permalink
  9. val Continue: Status.Continue.type

    Permalink
  10. val Created: Status.Created.type

    Permalink
  11. val ExpectationFailed: Status.ExpectationFailed.type

    Permalink
  12. val FailedDependency: Status.FailedDependency.type

    Permalink
  13. val Forbidden: Status.Forbidden.type

    Permalink
  14. val Found: Status.Found.type

    Permalink
  15. val GatewayTimeout: Status.GatewayTimeout.type

    Permalink
  16. val Gone: Status.Gone.type

    Permalink
  17. val HttpVersionNotSupported: Status.HttpVersionNotSupported.type

    Permalink
  18. val IMUsed: Status.IMUsed.type

    Permalink
  19. val InsufficientStorage: Status.InsufficientStorage.type

    Permalink
  20. val InternalServerError: Status.InternalServerError.type

    Permalink
  21. val LengthRequired: Status.LengthRequired.type

    Permalink
  22. val Locked: Status.Locked.type

    Permalink
  23. val LoopDetected: Status.LoopDetected.type

    Permalink
  24. val MethodNotAllowed: Status.MethodNotAllowed.type

    Permalink
  25. val MovedPermanently: Status.MovedPermanently.type

    Permalink
  26. val MultiStatus: Status.MultiStatus.type

    Permalink
  27. val MultipleChoices: Status.MultipleChoices.type

    Permalink
  28. val NetworkAuthenticationRequired: Status.NetworkAuthenticationRequired.type

    Permalink
  29. val NoContent: Status.NoContent.type

    Permalink
  30. val NonAuthoritativeInformation: Status.NonAuthoritativeInformation.type

    Permalink
  31. val NotAcceptable: Status.NotAcceptable.type

    Permalink
  32. val NotExtended: Status.NotExtended.type

    Permalink
  33. val NotFound: Status.NotFound.type

    Permalink
  34. val NotImplemented: Status.NotImplemented.type

    Permalink
  35. val NotModified: Status.NotModified.type

    Permalink
  36. val Ok: Status.Ok.type

    Permalink
  37. val PartialContent: Status.PartialContent.type

    Permalink
  38. val PayloadTooLarge: Status.PayloadTooLarge.type

    Permalink
  39. val PaymentRequired: Status.PaymentRequired.type

    Permalink
  40. val PermanentRedirect: Status.PermanentRedirect.type

    Permalink
  41. val PreconditionFailed: Status.PreconditionFailed.type

    Permalink
  42. val PreconditionRequired: Status.PreconditionRequired.type

    Permalink
  43. val Processing: Status.Processing.type

    Permalink
  44. val ProxyAuthenticationRequired: Status.ProxyAuthenticationRequired.type

    Permalink
  45. val RangeNotSatisfiable: Status.RangeNotSatisfiable.type

    Permalink
  46. val RequestHeaderFieldsTooLarge: Status.RequestHeaderFieldsTooLarge.type

    Permalink
  47. val RequestTimeout: Status.RequestTimeout.type

    Permalink
  48. val ResetContent: Status.ResetContent.type

    Permalink
  49. val SeeOther: Status.SeeOther.type

    Permalink
  50. val ServiceUnavailable: Status.ServiceUnavailable.type

    Permalink
  51. val SwitchingProtocols: Status.SwitchingProtocols.type

    Permalink
  52. val TemporaryRedirect: Status.TemporaryRedirect.type

    Permalink
  53. val TooManyRequests: Status.TooManyRequests.type

    Permalink
  54. val Unauthorized: Status.Unauthorized.type

    Permalink
  55. val UnavailableForLegalReasons: Status.UnavailableForLegalReasons.type

    Permalink
  56. val UnprocessableEntity: Status.UnprocessableEntity.type

    Permalink
  57. val UnsupportedMediaType: Status.UnsupportedMediaType.type

    Permalink
  58. val UpgradeRequired: Status.UpgradeRequired.type

    Permalink
  59. val UriTooLong: Status.UriTooLong.type

    Permalink
  60. val UseProxy: Status.UseProxy.type

    Permalink
  61. val VariantAlsoNegotiates: Status.VariantAlsoNegotiates.type

    Permalink
  62. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped