object StatusCode
Companion object for the StatusCode
trait, containing various HTTP status code definitions.
- Source
- StatusCode.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StatusCode
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- sealed abstract class Redirect extends StatusCode
- sealed abstract class Success extends StatusCode
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- 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()
- case object Accepted extends Success with Product with Serializable
- case object AlreadyReported extends Success with Product with Serializable
- case object Created extends Success with Product with Serializable
- case object Found extends Redirect with Product with Serializable
- case object IMUsed extends Success with Product with Serializable
- case object MovedPermanently extends Redirect with Product with Serializable
- case object MultiStatus extends Success with Product with Serializable
- case object MultipleChoices extends Redirect with Product with Serializable
- case object NoContent extends Success with Product with Serializable
- case object NonAuthoritativeInformation extends Success with Product with Serializable
- case object NotModified extends Redirect with Product with Serializable
- case object Ok extends Success with Product with Serializable
- case object PartialContent extends Success with Product with Serializable
- case object PermanentRedirect extends Redirect with Product with Serializable
- case object ResetContent extends Success with Product with Serializable
- case object SeeOther extends Redirect with Product with Serializable
- case object TemporaryRedirect extends Redirect with Product with Serializable
- case object UseProxy extends Redirect with Product with Serializable