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: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. object ACCEPTED extends Status with Product with Serializable

  7. object BAD_GATEWAY extends Status with Product with Serializable

  8. object BAD_REQUEST extends Status with Product with Serializable

  9. object CONFLICT extends Status with Product with Serializable

  10. object CONTINUE extends Status with Product with Serializable

  11. object CREATED extends Status with Product with Serializable

  12. object EXPECTATION_FAILED extends Status with Product with Serializable

  13. object FORBIDDEN extends Status with Product with Serializable

  14. object FOUND extends Status with Product with Serializable

  15. object GATEWAY_TIMEOUT extends Status with Product with Serializable

  16. object GONE extends Status with Product with Serializable

  17. object HTTP_VERSION_NOT_SUPPORTED extends Status with Product with Serializable

  18. object INTERNAL_SERVER_ERROR extends Status with Product with Serializable

  19. object LENGTH_REQUIRED extends Status with Product with Serializable

  20. object METHOD_NOT_ALLOWED extends Status with Product with Serializable

  21. object MOVED_PERMANENTLY extends Status with Product with Serializable

  22. object MULTIPLE_CHOICES extends Status with Product with Serializable

  23. object NON_AUTHORITATIVE_INFORMATION extends Status with Product with Serializable

  24. object NOT_ACCEPTABLE extends Status with Product with Serializable

  25. object NOT_FOUND extends Status with Product with Serializable

  26. object NOT_IMPLEMENTED extends Status with Product with Serializable

  27. object NOT_MODIFIED extends Status with Product with Serializable

  28. object NO_CONTENT extends Status with Product with Serializable

  29. object OK extends Status with Product with Serializable

  30. object PARTIAL_CONTENT extends Status with Product with Serializable

  31. object PAYMENT_REQUIRED extends Status with Product with Serializable

  32. object PRECONDITION_FAILED extends Status with Product with Serializable

  33. object PROXY_AUTHENTICATION_REQUIRED extends Status with Product with Serializable

  34. object REQUESTED_RANGE_NOT_SATISFIABLE extends Status with Product with Serializable

  35. object REQUEST_ENTITY_TOO_LARGE extends Status with Product with Serializable

  36. object REQUEST_TIMEOUT extends Status with Product with Serializable

  37. object REQUEST_URI_TOO_LONG extends Status with Product with Serializable

  38. object RESET_CONTENT extends Status with Product with Serializable

  39. object SEE_OTHER extends Status with Product with Serializable

  40. object SERVICE_UNAVAILABLE extends Status with Product with Serializable

  41. object SWITCHING_PROTOCOLS extends Status with Product with Serializable

  42. object TEMPORARY_REDIRECT extends Status with Product with Serializable

  43. object UNAUTHORIZED extends Status with Product with Serializable

  44. object UNSUPPORTED_MEDIA_TYPE extends Status with Product with Serializable

  45. object USE_PROXY extends Status with Product with Serializable

  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. def status(code: Int, description: String): Product with Serializable with Status

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

    Definition Classes
    AnyRef
  59. def toString(): String

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

  61. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped