t

org.http4s.dsl.impl

Statuses

trait Statuses extends AnyRef

Source
Statuses.scala
Linear Supertypes
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
    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: Status.Accepted.type
  5. val AlreadyReported: Status.AlreadyReported.type
  6. val BadGateway: Status.BadGateway.type
  7. val BadRequest: Status.BadRequest.type
  8. val Conflict: Status.Conflict.type
  9. val Continue: Status.Continue.type
  10. val Created: Status.Created.type
  11. val ExpectationFailed: Status.ExpectationFailed.type
  12. val FailedDependency: Status.FailedDependency.type
  13. val Forbidden: Status.Forbidden.type
  14. val Found: Status.Found.type
  15. val GatewayTimeout: Status.GatewayTimeout.type
  16. val Gone: Status.Gone.type
  17. val HttpVersionNotSupported: Status.HttpVersionNotSupported.type
  18. val IMUsed: Status.IMUsed.type
  19. val InsufficientStorage: Status.InsufficientStorage.type
  20. val InternalServerError: Status.InternalServerError.type
  21. val LengthRequired: Status.LengthRequired.type
  22. val Locked: Status.Locked.type
  23. val LoopDetected: Status.LoopDetected.type
  24. val MethodNotAllowed: Status.MethodNotAllowed.type
  25. val MovedPermanently: Status.MovedPermanently.type
  26. val MultiStatus: Status.MultiStatus.type
  27. val MultipleChoices: Status.MultipleChoices.type
  28. val NetworkAuthenticationRequired: Status.NetworkAuthenticationRequired.type
  29. val NoContent: Status.NoContent.type
  30. val NonAuthoritativeInformation: Status.NonAuthoritativeInformation.type
  31. val NotAcceptable: Status.NotAcceptable.type
  32. val NotExtended: Status.NotExtended.type
  33. val NotFound: Status.NotFound.type
  34. val NotImplemented: Status.NotImplemented.type
  35. val NotModified: Status.NotModified.type
  36. val Ok: Status.Ok.type
  37. val PartialContent: Status.PartialContent.type
  38. val PayloadTooLarge: Status.PayloadTooLarge.type
  39. val PaymentRequired: Status.PaymentRequired.type
  40. val PermanentRedirect: Status.PermanentRedirect.type
  41. val PreconditionFailed: Status.PreconditionFailed.type
  42. val PreconditionRequired: Status.PreconditionRequired.type
  43. val Processing: Status.Processing.type
  44. val ProxyAuthenticationRequired: Status.ProxyAuthenticationRequired.type
  45. val RangeNotSatisfiable: Status.RangeNotSatisfiable.type
  46. val RequestHeaderFieldsTooLarge: Status.RequestHeaderFieldsTooLarge.type
  47. val RequestTimeout: Status.RequestTimeout.type
  48. val ResetContent: Status.ResetContent.type
  49. val SeeOther: Status.SeeOther.type
  50. val ServiceUnavailable: Status.ServiceUnavailable.type
  51. val SwitchingProtocols: Status.SwitchingProtocols.type
  52. val TemporaryRedirect: Status.TemporaryRedirect.type
  53. val TooManyRequests: Status.TooManyRequests.type
  54. val Unauthorized: Status.Unauthorized.type
  55. val UnavailableForLegalReasons: Status.UnavailableForLegalReasons.type
  56. val UnprocessableEntity: Status.UnprocessableEntity.type
  57. val UnsupportedMediaType: Status.UnsupportedMediaType.type
  58. val UpgradeRequired: Status.UpgradeRequired.type
  59. val UriTooLong: Status.UriTooLong.type
  60. val UseProxy: Status.UseProxy.type
  61. val VariantAlsoNegotiates: Status.VariantAlsoNegotiates.type
  62. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  63. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  64. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  65. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  66. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  67. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  68. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  69. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  70. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  71. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  72. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  73. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  74. def toString(): String
    Definition Classes
    AnyRef → Any
  75. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  76. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  77. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped