org.iainhull.resttest.Api

Status

Related Doc: package Api

object Status

Constants for HTTP Status Codes

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

  5. val BadGateway: Int

  6. val BadRequest: Int

  7. val Conflict: Int

  8. val Continue: Int

  9. val Created: Int

  10. val ExpectationFailed: Int

  11. val Forbidden: Int

  12. val Found: Int

  13. val GatewayTimeout: Int

  14. val Gone: Int

  15. val HttpVersionNotSupported: Int

  16. val InternalServerError: Int

  17. val LengthRequired: Int

  18. val MethodNotAllowed: Int

  19. val MovedPermanently: Int

  20. val MultipleChoices: Int

  21. val NoContent: Int

  22. val NonAuthoritativeInformation: Int

  23. val NotAcceptable: Int

  24. val NotFound: Int

  25. val NotImplemented: Int

  26. val NotModified: Int

  27. val OK: Int

  28. val PartialContent: Int

  29. val PaymentRequired: Int

  30. val PermanentRedirect: Int

  31. val PreconditionFailed: Int

  32. val ProxyAuthenticationRequired: Int

  33. val RequestEntityTooLarge: Int

  34. val RequestTimeout: Int

  35. val RequestUriTooLong: Int

  36. val RequestedRangeNotSatisfiable: Int

  37. val ResetContent: Int

  38. val SeeOther: Int

  39. val ServiceUnavailable: Int

  40. val SwitchProxy: Int

  41. val SwitchingProtocols: Int

  42. val TemporaryRedirect: Int

  43. val Unauthorized: Int

  44. val UnsupportedMediaType: Int

  45. val UseProxy: Int

  46. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  47. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  58. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped