Object/Class

com.twitter.finagle.buoyant.h2

Status

Related Docs: class Status | package h2

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 BadGateway: Status

    Permalink
  6. val BadRequest: Status

    Permalink
  7. val ClientClosedRequest: Status

    Permalink
  8. object ClientError

    Permalink
  9. val Conflict: Status

    Permalink
  10. val Continue: Status

    Permalink
  11. val Cowabunga: Status

    Permalink
  12. val Created: Status

    Permalink
  13. val EatMyShorts: Status

    Permalink
  14. val EnhanceYourCalm: Status

    Permalink
  15. val ExpectationFailed: Status

    Permalink
  16. val FailedDependency: Status

    Permalink
  17. val Forbidden: Status

    Permalink
  18. val Found: Status

    Permalink
  19. val GatewayTimeout: Status

    Permalink
  20. val Gone: Status

    Permalink
  21. val HttpVersionNotSupported: Status

    Permalink
  22. object Informational

    Permalink
  23. val InsufficientStorage: Status

    Permalink
  24. val InternalServerError: Status

    Permalink
  25. val LengthRequired: Status

    Permalink
  26. val Locked: 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 NoContent: Status

    Permalink
  33. val NonAuthoritativeInformation: Status

    Permalink
  34. val NotAcceptable: Status

    Permalink
  35. val NotExtended: Status

    Permalink
  36. val NotFound: Status

    Permalink
  37. val NotImplemented: Status

    Permalink
  38. val NotModified: Status

    Permalink
  39. val Ok: Status

    Permalink
  40. val PartialContent: Status

    Permalink
  41. val PaymentRequired: Status

    Permalink
  42. val PreconditionFailed: Status

    Permalink
  43. val PreconditionRequired: Status

    Permalink
  44. val Processing: Status

    Permalink
  45. val ProxyAuthenticationRequired: Status

    Permalink
  46. object Redirection

    Permalink
  47. val RequestEntityTooLarge: Status

    Permalink
  48. val RequestHeaderFieldsTooLarge: Status

    Permalink
  49. val RequestTimeout: Status

    Permalink
  50. val RequestURITooLong: Status

    Permalink
  51. val RequestedRangeNotSatisfiable: Status

    Permalink
  52. val ResetContent: Status

    Permalink
  53. val SeeOther: Status

    Permalink
  54. object ServerError

    Permalink
  55. val ServiceUnavailable: Status

    Permalink
  56. object Successful

    Permalink
  57. val SwitchingProtocols: Status

    Permalink
  58. val TemporaryRedirect: Status

    Permalink
  59. val TooManyRequests: Status

    Permalink
  60. val Unauthorized: Status

    Permalink
  61. val UnavailableForLegalReasons: Status

    Permalink
  62. val UnorderedCollection: Status

    Permalink
  63. val UnprocessableEntity: Status

    Permalink
  64. val UnsupportedMediaType: Status

    Permalink
  65. val UpgradeRequired: Status

    Permalink
  66. val UseProxy: Status

    Permalink
  67. val VariantAlsoNegotiates: Status

    Permalink
  68. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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