object
StatusCodes
extends ObjectRegistry[Int, StatusCode]
Type Members
-
case class
ClientError
(value: Int, defaultMessage: String) extends HttpFailure with Product with Serializable
-
case class
Informational
(value: Int, defaultMessage: String) extends HttpSuccess with Product with Serializable
-
case class
Redirection
(value: Int, defaultMessage: String) extends HttpSuccess with Product with Serializable
-
case class
ServerError
(value: Int, defaultMessage: String) extends HttpFailure with Product with Serializable
-
case class
Success
(value: Int, defaultMessage: String) extends HttpSuccess with Product with Serializable
-
case class
Warning
(value: Int, defaultMessage: String) extends HttpWarning with Product with Serializable
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
val
Accepted
: Success
-
-
-
val
BandwidthLimitExceeded
: ServerError
-
-
-
-
val
Disconnected
: Warning
-
val
ExpectationFailed
: ClientError
-
val
FailedDependency
: ClientError
-
-
-
-
-
val
HTTPVersionNotSupported
: ServerError
-
val
Heuristic
: Warning
-
val
InsufficientStorage
: ServerError
-
val
InternalServerError
: ServerError
-
-
-
val
MethodNotAllowed
: ClientError
-
val
Miscellaneous
: Warning
-
val
MiscellaneousPersistent
: Warning
-
val
MovedPermanently
: Redirection
-
-
-
val
NoContent
: Success
-
val
NonAuthoritativeInformation
: Success
-
-
-
-
-
-
-
val
PartialContent
: Success
-
-
val
PreconditionFailed
: ClientError
-
-
val
ProxyAuthenticationRequired
: ClientError
-
val
RequestEntityTooLarge
: ClientError
-
-
-
val
RequestedRangeNotSatisfiable
: ClientError
-
val
ResetContent
: Success
-
val
Response
: Warning
-
-
val
Revalidation
: Warning
-
-
val
ServiceUnavailable
: ServerError
-
-
val
TemporaryRedirect
: Redirection
-
val
TooManyConnections
: ClientError
-
val
Transformation
: Warning
-
-
val
UnorderedCollection
: ClientError
-
val
UnprocessableEntity
: ClientError
-
val
UnsupportedMediaType
: ClientError
-
-
-
val
UserAccessDenied
: ServerError
-
val
VariantAlsoNegotiates
: ServerError
-
def
asInstanceOf
[T0]
: T0
-
def
clone
(): AnyRef
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
getForKey
(key: Int): Option[StatusCode]
-
def
hashCode
(): Int
-
def
isInstanceOf
[T0]
: Boolean
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
register
(obj: StatusCode, key: Int): Unit
-
def
register
(obj: StatusCode, keys: Seq[Int]): Unit
-
val
registry
: Map[Int, StatusCode]
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any