Object/Class

hammock

Status

Related Docs: class Status | package hammock

Permalink

object Status extends Serializable

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

    Permalink
  5. val AlreadyReported: Status

    Permalink
  6. val BadGateway: Status

    Permalink
  7. val BadRequest: Status

    Permalink
  8. val BandwidthLimitExceeded: Status

    Permalink
  9. val BlockedByParentalControls: Status

    Permalink
  10. val Conflict: Status

    Permalink
  11. val Continue: Status

    Permalink
  12. val Created: Status

    Permalink
  13. val EnhanceYourCalm: Status

    Permalink
  14. val ExpectationFailed: Status

    Permalink
  15. val FailedDependency: Status

    Permalink
  16. val Forbidden: Status

    Permalink
  17. val Found: Status

    Permalink
  18. val GatewayTimeout: Status

    Permalink
  19. val Gone: Status

    Permalink
  20. val HTTPVersionNotSupported: Status

    Permalink
  21. val IMUsed: Status

    Permalink
  22. val InsufficientStorage: Status

    Permalink
  23. val InternalServerError: Status

    Permalink
  24. val LengthRequired: Status

    Permalink
  25. val Locked: Status

    Permalink
  26. val LoopDetected: Status

    Permalink
  27. val MethodNotAllowed: Status

    Permalink
  28. val MovedPermanently: Status

    Permalink
  29. val MultiStatus: Status

    Permalink
  30. val MultipleChoices: Status

    Permalink
  31. val NetworkAuthenticationRequired: Status

    Permalink
  32. val NetworkConnectTimeout: Status

    Permalink
  33. val NetworkReadTimeout: Status

    Permalink
  34. val NoContent: Status

    Permalink
  35. val NonAuthoritativeInformation: Status

    Permalink
  36. val NotAcceptable: Status

    Permalink
  37. val NotExtended: Status

    Permalink
  38. val NotFound: Status

    Permalink
  39. val NotImplemented: Status

    Permalink
  40. val NotModified: Status

    Permalink
  41. val OK: Status

    Permalink
  42. val PartialContent: Status

    Permalink
  43. val PaymentRequired: Status

    Permalink
  44. val PermanentRedirect: Status

    Permalink
  45. val PreconditionFailed: Status

    Permalink
  46. val PreconditionRequired: Status

    Permalink
  47. val Processing: Status

    Permalink
  48. val ProxyAuthenticationRequired: Status

    Permalink
  49. val RequestEntityTooLarge: Status

    Permalink
  50. val RequestHeaderFieldsTooLarge: Status

    Permalink
  51. val RequestTimeout: Status

    Permalink
  52. val RequestUriTooLong: Status

    Permalink
  53. val RequestedRangeNotSatisfiable: Status

    Permalink
  54. val ResetContent: Status

    Permalink
  55. val RetryWith: Status

    Permalink
  56. val SeeOther: Status

    Permalink
  57. val ServiceUnavailable: Status

    Permalink
  58. val Statuses: Map[Int, Status]

    Permalink
  59. val SwitchingProtocols: Status

    Permalink
  60. val TemporaryRedirect: Status

    Permalink
  61. val TooManyRequests: Status

    Permalink
  62. val Unauthorized: Status

    Permalink
  63. val UnavailableForLegalReasons: Status

    Permalink
  64. val UnorderedCollection: Status

    Permalink
  65. val UnprocessableEntity: Status

    Permalink
  66. val UnsupportedMediaType: Status

    Permalink
  67. val UpgradeRequired: Status

    Permalink
  68. val UseProxy: Status

    Permalink
  69. val VariantAlsoNegotiates: Status

    Permalink
  70. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  72. val code: PLens[Status, Status, Int, Int]

    Permalink
  73. val description: PLens[Status, Status, String, String]

    Permalink
  74. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  85. val text: PLens[Status, Status, String, String]

    Permalink
  86. def toString(): String

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  89. 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