Object/Class

io.youi.http

Status

Related Docs: class Status | package http

Permalink

object Status

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Status
  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

    Permalink
  5. val BadGateway: Status

    Permalink
  6. val BadRequest: Status

    Permalink
  7. val Conflict: Status

    Permalink
  8. val Continue: Status

    Permalink
  9. val Created: Status

    Permalink
  10. val ExpectationFailed: Status

    Permalink
  11. val FailedDependency: Status

    Permalink
  12. val Forbidden: Status

    Permalink
  13. val Found: Status

    Permalink
  14. val GatewayTimeout: Status

    Permalink
  15. val Gone: Status

    Permalink
  16. val HTTPVersionNotSupported: Status

    Permalink
  17. val InsufficientStorage: Status

    Permalink
  18. val InternalServerError: Status

    Permalink
  19. val LengthRequired: Status

    Permalink
  20. val Locked: Status

    Permalink
  21. val MethodNotAllowed: Status

    Permalink
  22. val MovedPermanently: Status

    Permalink
  23. val MultiStatus: Status

    Permalink
  24. val MultipleChoices: Status

    Permalink
  25. val NetworkAuthenticationRequired: Status

    Permalink
  26. val NoContent: Status

    Permalink
  27. val NonAuthoritativeInformation: Status

    Permalink
  28. val NotAcceptable: Status

    Permalink
  29. val NotExtended: Status

    Permalink
  30. val NotFound: Status

    Permalink
  31. val NotImplemented: Status

    Permalink
  32. val NotModified: Status

    Permalink
  33. val OK: Status

    Permalink
  34. val PartialContent: Status

    Permalink
  35. val PaymentRequired: Status

    Permalink
  36. val PreconditionFailed: Status

    Permalink
  37. val PreconditionRequired: Status

    Permalink
  38. val Processing: Status

    Permalink
  39. val ProxyAuthenticationRequired: Status

    Permalink
  40. val RequestEntityTooLarge: Status

    Permalink
  41. val RequestHeaderFieldsTooLarge: Status

    Permalink
  42. val RequestTimeout: Status

    Permalink
  43. val RequestURITooLong: Status

    Permalink
  44. val RequestedRangeNotSatisfiable: Status

    Permalink
  45. val ResetContent: Status

    Permalink
  46. val SeeOther: Status

    Permalink
  47. val ServiceUnavailable: Status

    Permalink
  48. val SwitchingProtocols: Status

    Permalink
  49. val TemporaryRedirect: Status

    Permalink
  50. val TooManyRequests: Status

    Permalink
  51. val Unauthorized: Status

    Permalink
  52. val UnorderedCollection: Status

    Permalink
  53. val UnprocessableEntity: Status

    Permalink
  54. val UnsupportedMediaType: Status

    Permalink
  55. val UpgradeRequired: Status

    Permalink
  56. val UseProxy: Status

    Permalink
  57. val VariantAlsoNegotiates: Status

    Permalink
  58. def apply(code: Int, message: String): Status

    Permalink
  59. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  60. def byCode(code: Int): Status

    Permalink
  61. def clone(): AnyRef

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  65. def getByCode(code: Int): Option[Status]

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

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

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

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

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

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

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

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped