org.mashupbots.socko.events

HttpResponseStatus

object HttpResponseStatus extends Serializable

Standard HTTP response status codes

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. HttpResponseStatus
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

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. val ACCEPTED: HttpResponseStatus

    202 Accepted

  7. val BAD_GATEWAY: HttpResponseStatus

    502 Bad Gateway

  8. val BAD_REQUEST: HttpResponseStatus

    400 Bad Request

  9. val CONFLICT: HttpResponseStatus

    409 Conflict

  10. val CONTINUE: HttpResponseStatus

    100 Continue

  11. val CREATED: HttpResponseStatus

    201 Created

  12. val EXPECTATION_FAILED: HttpResponseStatus

    417 Expectation Failed

  13. val FAILED_DEPENDENCY: HttpResponseStatus

    424 Failed Dependency (WebDAV, RFC4918)

  14. val FORBIDDEN: HttpResponseStatus

    403 Forbidden

  15. val FOUND: HttpResponseStatus

    302 Found

  16. val GATEWAY_TIMEOUT: HttpResponseStatus

    504 Gateway Timeout

  17. val GONE: HttpResponseStatus

    410 Gone

  18. val HTTP_VERSION_NOT_SUPPORTED: HttpResponseStatus

    505 HTTP Version Not Supported

  19. val INSUFFICIENT_STORAGE: HttpResponseStatus

    507 Insufficient Storage (WebDAV, RFC4918)

  20. val INTERNAL_SERVER_ERROR: HttpResponseStatus

    500 Internal Server Error

  21. val LENGTH_REQUIRED: HttpResponseStatus

    411 Length Required

  22. val LOCKED: HttpResponseStatus

    423 Locked (WebDAV, RFC4918)

  23. val METHOD_NOT_ALLOWED: HttpResponseStatus

    405 Method Not Allowed

  24. val MOVED_PERMANENTLY: HttpResponseStatus

    301 Moved Permanently

  25. val MULTIPLE_CHOICES: HttpResponseStatus

    300 Multiple Choices

  26. val MULTI_STATUS: HttpResponseStatus

    207 Multi-Status (WebDAV, RFC2518)

  27. val NON_AUTHORITATIVE_INFORMATION: HttpResponseStatus

    203 Non-Authoritative Information (since HTTP/1.

    203 Non-Authoritative Information (since HTTP/1.1)

  28. val NOT_ACCEPTABLE: HttpResponseStatus

    406 Not Acceptable

  29. val NOT_EXTENDED: HttpResponseStatus

    510 Not Extended (RFC2774)

  30. val NOT_FOUND: HttpResponseStatus

    404 Not Found

  31. val NOT_IMPLEMENTED: HttpResponseStatus

    501 Not Implemented

  32. val NOT_MODIFIED: HttpResponseStatus

    304 Not Modified

  33. val NO_CONTENT: HttpResponseStatus

    204 No Content

  34. val OK: HttpResponseStatus

    200 OK

  35. val PARTIAL_CONTENT: HttpResponseStatus

    206 Partial Content

  36. val PAYMENT_REQUIRED: HttpResponseStatus

    402 Payment Required

  37. val PRECONDITION_FAILED: HttpResponseStatus

    412 Precondition Failed

  38. val PROCESSING: HttpResponseStatus

    102 Processing (WebDAV, RFC2518)

  39. val PROXY_AUTHENTICATION_REQUIRED: HttpResponseStatus

    407 Proxy Authentication Required

  40. val REQUESTED_RANGE_NOT_SATISFIABLE: HttpResponseStatus

    416 Requested Range Not Satisfiable

  41. val REQUEST_ENTITY_TOO_LARGE: HttpResponseStatus

    413 Request Entity Too Large

  42. val REQUEST_TIMEOUT: HttpResponseStatus

    408 Request Timeout

  43. val REQUEST_URI_TOO_LONG: HttpResponseStatus

    414 Request-URI Too Long

  44. val RESET_CONTENT: HttpResponseStatus

    205 Reset Content

  45. val SEE_OTHER: HttpResponseStatus

    303 See Other (since HTTP/1.

    303 See Other (since HTTP/1.1)

  46. val SERVICE_UNAVAILABLE: HttpResponseStatus

    503 Service Unavailable

  47. val SWITCHING_PROTOCOLS: HttpResponseStatus

    101 Switching Protocols

  48. val TEMPORARY_REDIRECT: HttpResponseStatus

    307 Temporary Redirect (since HTTP/1.

    307 Temporary Redirect (since HTTP/1.1)

  49. val UNAUTHORIZED: HttpResponseStatus

    401 Unauthorized

  50. val UNORDERED_COLLECTION: HttpResponseStatus

    425 Unordered Collection (WebDAV, RFC3648)

  51. val UNPROCESSABLE_ENTITY: HttpResponseStatus

    422 Unprocessable Entity (WebDAV, RFC4918)

  52. val UNSUPPORTED_MEDIA_TYPE: HttpResponseStatus

    415 Unsupported Media Type

  53. val UPGRADE_REQUIRED: HttpResponseStatus

    426 Upgrade Required (RFC2817)

  54. val USE_PROXY: HttpResponseStatus

    305 Use Proxy (since HTTP/1.

    305 Use Proxy (since HTTP/1.1)

  55. val VARIANT_ALSO_NEGOTIATES: HttpResponseStatus

    506 Variant Also Negotiates (RFC2295)

  56. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  57. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  68. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped