org.http4s.rho.bits

ResponseGeneratorInstances

trait ResponseGeneratorInstances extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ResponseGeneratorInstances
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
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. object Accepted extends EntityResponseGenerator[Status.Accepted.type]

  5. object AlreadyReported extends EntityResponseGenerator[Status.AlreadyReported.type]

  6. object BadGateway extends EntityResponseGenerator[Status.BadGateway.type]

  7. object BadRequest extends EntityResponseGenerator[Status.BadRequest.type]

  8. object Conflict extends EntityResponseGenerator[Status.Conflict.type]

  9. object Continue extends EmptyResponseGenerator[Status.Continue.type]

  10. object Created extends EntityResponseGenerator[Status.Created.type]

  11. object ExpectationFailed extends EntityResponseGenerator[Status.ExpectationFailed.type]

  12. object FailedDependency extends EntityResponseGenerator[Status.FailedDependency.type]

  13. object Forbidden extends EntityResponseGenerator[Status.Forbidden.type]

  14. object Found extends LocationResponseGenerator[Status.Found.type]

  15. object GatewayTimeout extends EntityResponseGenerator[Status.GatewayTimeout.type]

  16. object Gone extends EntityResponseGenerator[Status.Gone.type]

  17. object HttpVersionNotSupported extends EntityResponseGenerator[Status.HttpVersionNotSupported.type]

  18. object IMUsed extends EntityResponseGenerator[Status.IMUsed.type]

  19. object InsufficientStorage extends EntityResponseGenerator[Status.InsufficientStorage.type]

  20. object InternalServerError extends EntityResponseGenerator[Status.InternalServerError.type]

  21. object LengthRequired extends EntityResponseGenerator[Status.LengthRequired.type]

  22. object Locked extends EntityResponseGenerator[Status.Locked.type]

  23. object LoopDetected extends EntityResponseGenerator[Status.LoopDetected.type]

  24. object MethodNotAllowed extends ResponseGenerator

  25. object MovedPermanently extends LocationResponseGenerator[Status.MovedPermanently.type]

  26. object MultiStatus extends EntityResponseGenerator[Status.MultiStatus.type]

  27. object MultipleChoices extends LocationResponseGenerator[Status.MultipleChoices.type]

  28. object NetworkAuthenticationRequired extends EntityResponseGenerator[Status.NetworkAuthenticationRequired.type]

  29. object NoContent extends EmptyResponseGenerator[Status.NoContent.type]

  30. object NonAuthoritativeInformation extends EntityResponseGenerator[Status.NonAuthoritativeInformation.type]

  31. object NotAcceptable extends EntityResponseGenerator[Status.NotAcceptable.type]

  32. object NotExtended extends EntityResponseGenerator[Status.NotExtended.type]

  33. object NotFound extends EntityResponseGenerator[Status.NotFound.type]

  34. object NotImplemented extends EntityResponseGenerator[Status.NotImplemented.type]

  35. object NotModified extends EntityResponseGenerator[Status.NotModified.type]

  36. object Ok extends EntityResponseGenerator[Status.Ok.type]

  37. object PartialContent extends EntityResponseGenerator[Status.PartialContent.type]

  38. object PayloadTooLarge extends EntityResponseGenerator[Status.PayloadTooLarge.type]

  39. object PaymentRequired extends EntityResponseGenerator[Status.PaymentRequired.type]

  40. object PermanentRedirect extends LocationResponseGenerator[Status.PermanentRedirect.type]

  41. object PreconditionFailed extends EntityResponseGenerator[Status.PreconditionFailed.type]

  42. object PreconditionRequired extends EntityResponseGenerator[Status.PreconditionFailed.type]

  43. object ProxyAuthenticationRequired extends EntityResponseGenerator[Status.ProxyAuthenticationRequired.type]

  44. object RangeNotSatisfiable extends EntityResponseGenerator[Status.RangeNotSatisfiable.type]

  45. object RequestHeaderFieldsTooLarge extends EntityResponseGenerator[Status.RequestHeaderFieldsTooLarge.type]

  46. object RequestTimeout extends EntityResponseGenerator[Status.RequestTimeout.type]

  47. object ResetContent extends EmptyResponseGenerator[Status.ResetContent.type]

  48. object SeeOther extends LocationResponseGenerator[Status.SeeOther.type]

  49. object ServiceUnavailable extends EntityResponseGenerator[Status.ServiceUnavailable.type]

  50. object SwitchingProtocols extends EmptyResponseGenerator[Status.Ok.type]

  51. object TemporaryRedirect extends LocationResponseGenerator[Status.TemporaryRedirect.type]

  52. object TooManyRequests extends EntityResponseGenerator[Status.TooManyRequests.type]

  53. object Unauthorized extends ResponseGenerator

  54. object UnprocessableEntity extends EntityResponseGenerator[Status.UnprocessableEntity.type]

  55. object UnsupportedMediaType extends EntityResponseGenerator[Status.UnsupportedMediaType.type]

  56. object UpgradeRequired extends EntityResponseGenerator[Status.UpgradeRequired.type]

  57. object UriTooLong extends EntityResponseGenerator[Status.UriTooLong.type]

  58. object VariantAlsoNegotiates extends EntityResponseGenerator[Status.VariantAlsoNegotiates.type]

  59. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  60. def clone(): AnyRef

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  68. final def notify(): Unit

    Definition Classes
    AnyRef
  69. final def notifyAll(): Unit

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

    Definition Classes
    AnyRef
  71. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped