object HttpStatusCode
Ordering
- Alphabetic
- By Inheritance
Inherited
- HttpStatusCode
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- sealed case class ClientError(code: Int, label: String, description: String, longDescription: String = "") extends HttpStatusCode with Product with Serializable
- sealed case class Progress(code: Int, label: String, description: String, longDescription: String = "") extends HttpStatusCode with Product with Serializable
- sealed case class Redirect(code: Int, label: String, description: String, longDescription: String = "") extends HttpStatusCode with Product with Serializable
- sealed case class ServerError(code: Int, label: String, description: String, longDescription: String = "") extends HttpStatusCode with Product with Serializable
- sealed case class Success(code: Int, label: String, description: String, longDescription: String = "") extends HttpStatusCode with Product with Serializable
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val Accepted: Success
- val AlreadyReported: Success
- val BadGateway: ServerError
- val BadRequest: ClientError
- val BandwidthLimitExceeded: ServerError
- val BlockedByParentalControls: ClientError
- val Conflict: ClientError
- val Continue: Progress
- val Created: Success
- val EnhanceYourCalm: ClientError
- val ExpectationFailed: ClientError
- val FailedDependency: ClientError
- val Forbidden: ClientError
- val Found: Redirect
- val GatewayTimeout: ServerError
- val Gone: ClientError
- val HTTPVersionNotSupported: ServerError
- val IMUsed: Success
- val InsufficientStorage: ServerError
- val InternalServerError: ServerError
- val LengthRequired: ClientError
- val Locked: ClientError
- val LoopDetected: ServerError
- val MethodNotAllowed: ClientError
- val MovedPermanently: Redirect
- val MultiStatus: Success
- val MultipleChoices: Redirect
- val NetworkAuthenticationRequired: ServerError
- val NetworkConnectTimeout: ServerError
- val NetworkReadTimeout: ServerError
- val NoContent: Success
- val NonAuthoritativeInformation: Success
- val NotAcceptable: ClientError
- val NotExtended: ServerError
- val NotFound: ClientError
- val NotImplemented: ServerError
- val NotModified: Redirect
- val Ok: Success
- val PartialContent: Success
- val PaymentRequired: ClientError
- val PermanentRedirect: Redirect
- val PreconditionFailed: ClientError
- val PreconditionRequired: ClientError
- val Processing: Progress
- val ProxyAuthenticationRequired: ClientError
- val RequestEntityTooLarge: ClientError
- val RequestHeaderFieldsTooLarge: ClientError
- val RequestTimeout: ClientError
- val RequestUriTooLong: ClientError
- val RequestedRangeNotSatisfiable: ClientError
- val ResetContent: Success
- val RetryWith: ClientError
- val SeeOther: Redirect
- val ServiceUnavailable: ServerError
- val SwitchingProtocols: Progress
- val TemporaryRedirect: Redirect
- val TooManyRequests: ClientError
- val Unauthorized: ClientError
- val UnavailableForLegalReasons: ClientError
- val UnorderedCollection: ClientError
- val UnprocessableEntity: ClientError
- val UnsupportedMediaType: ClientError
- val UpgradeRequired: ClientError
- val UseProxy: Redirect
- val VariantAlsoNegotiates: ServerError
- val allCodes: Map[Int, Product with HttpStatusCode with Serializable]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val codec: Codec[HttpStatusCode]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def fromCode(code: Int): Option[HttpStatusCode]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()