Object/Class

com.greencatsoft.angularjs.core

HttpStatus

Related Docs: class HttpStatus | package core

Permalink

object HttpStatus extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HttpStatus
  2. Serializable
  3. Serializable
  4. AnyRef
  5. 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: HttpStatus

    Permalink
  5. val AlreadyReported: HttpStatus

    Permalink
  6. val BadGateway: HttpStatus

    Permalink
  7. val BadRequest: HttpStatus

    Permalink
  8. val BandwidthLimitExceeded: HttpStatus

    Permalink
  9. val BlockedByParentalControls: HttpStatus

    Permalink
  10. val Conflict: HttpStatus

    Permalink
  11. val Continue: HttpStatus

    Permalink
  12. val Created: HttpStatus

    Permalink
  13. val EnhanceYourCalm: HttpStatus

    Permalink
  14. val EntityTooLarge: HttpStatus

    Permalink
  15. val ExpectationFailed: HttpStatus

    Permalink
  16. val FailedDependency: HttpStatus

    Permalink
  17. val Forbidden: HttpStatus

    Permalink
  18. val Found: HttpStatus

    Permalink
  19. val GatewayTimeout: HttpStatus

    Permalink
  20. val Gone: HttpStatus

    Permalink
  21. val HTTPVersionNotSupported: HttpStatus

    Permalink
  22. val IMUsed: HttpStatus

    Permalink
  23. val InsufficientStorage: HttpStatus

    Permalink
  24. val InternalServerError: HttpStatus

    Permalink
  25. val LengthRequired: HttpStatus

    Permalink
  26. val Locked: HttpStatus

    Permalink
  27. val LoopDetected: HttpStatus

    Permalink
  28. val MethodNotAllowed: HttpStatus

    Permalink
  29. val MovedPermanently: HttpStatus

    Permalink
  30. val MultiStatus: HttpStatus

    Permalink
  31. val MultipleChoices: HttpStatus

    Permalink
  32. val NetworkAuthenticationRequired: HttpStatus

    Permalink
  33. val NetworkConnectTimeout: HttpStatus

    Permalink
  34. val NetworkReadTimeout: HttpStatus

    Permalink
  35. val NoContent: HttpStatus

    Permalink
  36. val NonAuthoritativeInformation: HttpStatus

    Permalink
  37. val NotAcceptable: HttpStatus

    Permalink
  38. val NotExtended: HttpStatus

    Permalink
  39. val NotFound: HttpStatus

    Permalink
  40. val NotImplemented: HttpStatus

    Permalink
  41. val NotModified: HttpStatus

    Permalink
  42. val Ok: HttpStatus

    Permalink
  43. val PartialContent: HttpStatus

    Permalink
  44. val PaymentRequired: HttpStatus

    Permalink
  45. val PermanentRedirect: HttpStatus

    Permalink
  46. val PreconditionFailed: HttpStatus

    Permalink
  47. val PreconditionRequired: HttpStatus

    Permalink
  48. val Processing: HttpStatus

    Permalink
  49. val ProxyAuthenticationRequired: HttpStatus

    Permalink
  50. val RequestHeaderFieldsTooLarge: HttpStatus

    Permalink
  51. val RequestTimeout: HttpStatus

    Permalink
  52. val RequestUriTooLong: HttpStatus

    Permalink
  53. val RequestedRangeNotSatisfiable: HttpStatus

    Permalink
  54. val ResetContent: HttpStatus

    Permalink
  55. val RetryWith: HttpStatus

    Permalink
  56. val SeeOther: HttpStatus

    Permalink
  57. val ServiceUnavailable: HttpStatus

    Permalink
  58. val SwitchingProtocols: HttpStatus

    Permalink
  59. val TemporaryRedirect: HttpStatus

    Permalink
  60. val TooManyRequests: HttpStatus

    Permalink
  61. val Unauthorized: HttpStatus

    Permalink
  62. val UnavailableForLegalReasons: HttpStatus

    Permalink
  63. val UnorderedCollection: HttpStatus

    Permalink
  64. val UnprocessableEntity: HttpStatus

    Permalink
  65. val UnsupportedMediaType: HttpStatus

    Permalink
  66. val UpgradeRequired: HttpStatus

    Permalink
  67. val UseProxy: HttpStatus

    Permalink
  68. val VariantAlsoNegotiates: HttpStatus

    Permalink
  69. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  70. def clone(): AnyRef

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  76. implicit def int2HttpStatus(code: Int): HttpStatus

    Permalink
  77. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

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

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped