Object/Class

com.outr.net.http.response

HttpResponseStatus

Related Docs: class HttpResponseStatus | package response

Permalink

object HttpResponseStatus

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

    Permalink
  5. val BadGateway: HttpResponseStatus

    Permalink
  6. val BadRequest: HttpResponseStatus

    Permalink
  7. val Conflict: HttpResponseStatus

    Permalink
  8. val Continue: HttpResponseStatus

    Permalink
  9. val Created: HttpResponseStatus

    Permalink
  10. val ExpectationFailed: HttpResponseStatus

    Permalink
  11. val FailedDependency: HttpResponseStatus

    Permalink
  12. val Forbidden: HttpResponseStatus

    Permalink
  13. val Found: HttpResponseStatus

    Permalink
  14. val GatewayTimeout: HttpResponseStatus

    Permalink
  15. val Gone: HttpResponseStatus

    Permalink
  16. val HTTPVersionNotSupported: HttpResponseStatus

    Permalink
  17. val InsufficientStorage: HttpResponseStatus

    Permalink
  18. val InternalServerError: HttpResponseStatus

    Permalink
  19. val LengthRequired: HttpResponseStatus

    Permalink
  20. val Locked: HttpResponseStatus

    Permalink
  21. val MethodNotAllowed: HttpResponseStatus

    Permalink
  22. val MovedPermanently: HttpResponseStatus

    Permalink
  23. val MultiStatus: HttpResponseStatus

    Permalink
  24. val MultipleChoices: HttpResponseStatus

    Permalink
  25. val NetworkAuthenticationRequired: HttpResponseStatus

    Permalink
  26. val NoContent: HttpResponseStatus

    Permalink
  27. val NonAuthoritativeInformation: HttpResponseStatus

    Permalink
  28. val NotAcceptable: HttpResponseStatus

    Permalink
  29. val NotExtended: HttpResponseStatus

    Permalink
  30. val NotFound: HttpResponseStatus

    Permalink
  31. val NotImplemented: HttpResponseStatus

    Permalink
  32. val NotModified: HttpResponseStatus

    Permalink
  33. val OK: HttpResponseStatus

    Permalink
  34. val PartialContent: HttpResponseStatus

    Permalink
  35. val PaymentRequired: HttpResponseStatus

    Permalink
  36. val PreconditionFailed: HttpResponseStatus

    Permalink
  37. val PreconditionRequired: HttpResponseStatus

    Permalink
  38. val Processing: HttpResponseStatus

    Permalink
  39. val ProxyAuthenticationRequired: HttpResponseStatus

    Permalink
  40. val RequestEntityTooLarge: HttpResponseStatus

    Permalink
  41. val RequestHeaderFieldsTooLarge: HttpResponseStatus

    Permalink
  42. val RequestTimeout: HttpResponseStatus

    Permalink
  43. val RequestURITooLong: HttpResponseStatus

    Permalink
  44. val RequestedRangeNotSatisfiable: HttpResponseStatus

    Permalink
  45. val ResetContent: HttpResponseStatus

    Permalink
  46. val SeeOther: HttpResponseStatus

    Permalink
  47. val ServiceUnavailable: HttpResponseStatus

    Permalink
  48. val SwitchingProtocols: HttpResponseStatus

    Permalink
  49. val TemporaryRedirect: HttpResponseStatus

    Permalink
  50. val TooManyRequests: HttpResponseStatus

    Permalink
  51. val Unauthorized: HttpResponseStatus

    Permalink
  52. val UnorderedCollection: HttpResponseStatus

    Permalink
  53. val UnprocessableEntity: HttpResponseStatus

    Permalink
  54. val UnsupportedMediaType: HttpResponseStatus

    Permalink
  55. val UpgradeRequired: HttpResponseStatus

    Permalink
  56. val UseProxy: HttpResponseStatus

    Permalink
  57. val VariantAlsoNegotiates: HttpResponseStatus

    Permalink
  58. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  59. def byCode(code: Int): HttpResponseStatus

    Permalink
  60. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped