io.shaka.http

Status

object Status

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

Type Members

  1. case class unknownStatus(code: Int, description: String) extends Status with Product with Serializable

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. object ACCEPTED extends Status with Product with Serializable

  5. object BAD_GATEWAY extends Status with Product with Serializable

  6. object BAD_REQUEST extends Status with Product with Serializable

  7. object CONFLICT extends Status with Product with Serializable

  8. object CONTINUE extends Status with Product with Serializable

  9. object CREATED extends Status with Product with Serializable

  10. object EXPECTATION_FAILED extends Status with Product with Serializable

  11. object FORBIDDEN extends Status with Product with Serializable

  12. object FOUND extends Status with Product with Serializable

  13. object GATEWAY_TIMEOUT extends Status with Product with Serializable

  14. object GONE extends Status with Product with Serializable

  15. object HTTP_VERSION_NOT_SUPPORTED extends Status with Product with Serializable

  16. object INTERNAL_SERVER_ERROR extends Status with Product with Serializable

  17. object LENGTH_REQUIRED extends Status with Product with Serializable

  18. object METHOD_NOT_ALLOWED extends Status with Product with Serializable

  19. object MOVED_PERMANENTLY extends Status with Product with Serializable

  20. object MULTIPLE_CHOICES extends Status with Product with Serializable

  21. object NON_AUTHORITATIVE_INFORMATION extends Status with Product with Serializable

  22. object NOT_ACCEPTABLE extends Status with Product with Serializable

  23. object NOT_FOUND extends Status with Product with Serializable

  24. object NOT_IMPLEMENTED extends Status with Product with Serializable

  25. object NOT_MODIFIED extends Status with Product with Serializable

  26. object NO_CONTENT extends Status with Product with Serializable

  27. object OK extends Status with Product with Serializable

  28. object PARTIAL_CONTENT extends Status with Product with Serializable

  29. object PAYMENT_REQUIRED extends Status with Product with Serializable

  30. object PRECONDITION_FAILED extends Status with Product with Serializable

  31. object PROXY_AUTHENTICATION_REQUIRED extends Status with Product with Serializable

  32. object REQUESTED_RANGE_NOT_SATISFIABLE extends Status with Product with Serializable

  33. object REQUEST_ENTITY_TOO_LARGE extends Status with Product with Serializable

  34. object REQUEST_TIMEOUT extends Status with Product with Serializable

  35. object REQUEST_URI_TOO_LONG extends Status with Product with Serializable

  36. object RESET_CONTENT extends Status with Product with Serializable

  37. object SEE_OTHER extends Status with Product with Serializable

  38. object SERVICE_UNAVAILABLE extends Status with Product with Serializable

  39. object SWITCHING_PROTOCOLS extends Status with Product with Serializable

  40. object TEMPORARY_REDIRECT extends Status with Product with Serializable

  41. object UNAUTHORIZED extends Status with Product with Serializable

  42. object UNSUPPORTED_MEDIA_TYPE extends Status with Product with Serializable

  43. object USE_PROXY extends Status with Product with Serializable

  44. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  45. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  55. def status(code: Int, description: String): Product with Serializable with Status

  56. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  57. def toString(): String

    Definition Classes
    AnyRef → Any
  58. val values: List[Product with Serializable with Status]

  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