object HttpStatus
HTTP status code collection.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- HttpStatus
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def isClientError(code: Int): Boolean
- def isInformational(code: Int): Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isRedirection(code: Int): Boolean
- def isServerError(code: Int): Boolean
- def isSuccessful(code: Int): Boolean
- def isUnknownState(code: Int): Boolean
- def knownStatuses: Seq[HttpStatus]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def ofCode(code: Int): HttpStatus
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def unapply(s: String): Option[HttpStatus]
- def unpack(u: Unpacker): Option[HttpStatus]
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- object Accepted_202 extends HttpStatus with Product with Serializable
- object BadGateway_502 extends HttpStatus with Product with Serializable
- object BadRequest_400 extends HttpStatus with Product with Serializable
- object ClientClosedRequest_499 extends HttpStatus with Product with Serializable
- object Conflict_409 extends HttpStatus with Product with Serializable
- object Continue_100 extends HttpStatus with Product with Serializable
- object Created_201 extends HttpStatus with Product with Serializable
- object EnhanceYourCalm_420 extends HttpStatus with Product with Serializable
- object ExpectationFailed_417 extends HttpStatus with Product with Serializable
- object FailedDependency_424 extends HttpStatus with Product with Serializable
- object Forbidden_403 extends HttpStatus with Product with Serializable
- object Found_302 extends HttpStatus with Product with Serializable
- object GatewayTimeout_504 extends HttpStatus with Product with Serializable
- object Gone_410 extends HttpStatus with Product with Serializable
- object HttpVersionNotSupported_505 extends HttpStatus with Product with Serializable
- object InsufficientStorage_507 extends HttpStatus with Product with Serializable
- object InternalServerError_500 extends HttpStatus with Product with Serializable
- object LengthRequired_411 extends HttpStatus with Product with Serializable
- object Locked_423 extends HttpStatus with Product with Serializable
- object MethodNotAllowed_405 extends HttpStatus with Product with Serializable
- object MovedPermanently_301 extends HttpStatus with Product with Serializable
- object MultiStatus_207 extends HttpStatus with Product with Serializable
- object MultipleChoices_300 extends HttpStatus with Product with Serializable
- object NetworkAuthenticationRequired_511 extends HttpStatus with Product with Serializable
- object NoContent_204 extends HttpStatus with Product with Serializable
- object NonAuthoritativeInformation_203 extends HttpStatus with Product with Serializable
- object NotAcceptable_406 extends HttpStatus with Product with Serializable
- object NotExtended_510 extends HttpStatus with Product with Serializable
- object NotFound_404 extends HttpStatus with Product with Serializable
- object NotImplemented_501 extends HttpStatus with Product with Serializable
- object NotModified_304 extends HttpStatus with Product with Serializable
- object Ok_200 extends HttpStatus with Product with Serializable
- object PartialContent_206 extends HttpStatus with Product with Serializable
- object PaymentRequired_402 extends HttpStatus with Product with Serializable
- object PermanentRedirect_308 extends HttpStatus with Product with Serializable
- object PreconditionFailed_412 extends HttpStatus with Product with Serializable
- object PreconditionRequired_428 extends HttpStatus with Product with Serializable
- object Processing_102 extends HttpStatus with Product with Serializable
- object ProxyAuthenticationRequired_407 extends HttpStatus with Product with Serializable
- object RequestEntityTooLarge_413 extends HttpStatus with Product with Serializable
- object RequestHeaderFieldsTooLarge_431 extends HttpStatus with Product with Serializable
- object RequestTimeout_408 extends HttpStatus with Product with Serializable
- object RequestURITooLong_414 extends HttpStatus with Product with Serializable
- object RequestedRangeNotSatisfiable_416 extends HttpStatus with Product with Serializable
- object ResetContent_205 extends HttpStatus with Product with Serializable
- object SeeOther_303 extends HttpStatus with Product with Serializable
- object ServiceUnavailable_503 extends HttpStatus with Product with Serializable
- object SwitchingProtocols_101 extends HttpStatus with Product with Serializable
- object TemporaryRedirect_307 extends HttpStatus with Product with Serializable
- object TooManyRequests_429 extends HttpStatus with Product with Serializable
- object Unauthorized_401 extends HttpStatus with Product with Serializable
- object UnavailableForLegalReasons_451 extends HttpStatus with Product with Serializable
- object Unknown_000 extends HttpStatus with Product with Serializable
- object UnorderedCollection_425 extends HttpStatus with Product with Serializable
- object UnprocessableEntity_422 extends HttpStatus with Product with Serializable
- object UnsupportedMediaType_415 extends HttpStatus with Product with Serializable
- object UpgradeRequired_426 extends HttpStatus with Product with Serializable
- object UseProxy_305 extends HttpStatus with Product with Serializable
- object VariantAlsoNegotiates_506 extends HttpStatus with Product with Serializable
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated