object Status extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Status
- Serializable
- Serializable
- 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
- def fromHttpResponseStatus(jStatus: HttpResponseStatus): Status
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
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() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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 extends Status with Product with Serializable
- object BadGateway extends Status with Product with Serializable
- object BadRequest extends Status with Product with Serializable
- object Conflict extends Status with Product with Serializable
- object Continue extends Status with Product with Serializable
- object Created extends Status with Product with Serializable
- object ExpectationFailed extends Status with Product with Serializable
- object FailedDependency extends Status with Product with Serializable
- object Forbidden extends Status with Product with Serializable
- object Found extends Status with Product with Serializable
- object GatewayTimeout extends Status with Product with Serializable
- object Gone extends Status with Product with Serializable
- object HttpVersionNotSupported extends Status with Product with Serializable
- object InsufficientStorage extends Status with Product with Serializable
- object InternalServerError extends Status with Product with Serializable
- object LengthRequired extends Status with Product with Serializable
- object Locked extends Status with Product with Serializable
- object MethodNotAllowed extends Status with Product with Serializable
- object MisdirectedRequest extends Status with Product with Serializable
- object MovedPermanently extends Status with Product with Serializable
- object MultiStatus extends Status with Product with Serializable
- object MultipleChoices extends Status with Product with Serializable
- object NetworkAuthenticationRequired extends Status with Product with Serializable
- object NoContent extends Status with Product with Serializable
- object NonAuthoritiveInformation extends Status with Product with Serializable
- object NotAcceptable extends Status with Product with Serializable
- object NotExtended extends Status with Product with Serializable
- object NotFound extends Status with Product with Serializable
- object NotImplemented extends Status with Product with Serializable
- object NotModified extends Status with Product with Serializable
- object Ok extends Status with Product with Serializable
- object PartialContent extends Status with Product with Serializable
- object PaymentRequired extends Status with Product with Serializable
- object PermanentRedirect extends Status with Product with Serializable
- object PreconditionFailed extends Status with Product with Serializable
- object PreconditionRequired extends Status with Product with Serializable
- object Processing extends Status with Product with Serializable
- object ProxyAuthenticationRequired extends Status with Product with Serializable
- object RequestEntityTooLarge extends Status with Product with Serializable
- object RequestHeaderFieldsTooLarge extends Status with Product with Serializable
- object RequestTimeout extends Status with Product with Serializable
- object RequestUriTooLong extends Status with Product with Serializable
- object RequestedRangeNotSatisfiable extends Status with Product with Serializable
- object ResetContent extends Status with Product with Serializable
- object SeeOther extends Status with Product with Serializable
- object ServiceUnavailable extends Status with Product with Serializable
- object SwitchingProtocols extends Status with Product with Serializable
- object TemporaryRedirect extends Status with Product with Serializable
- object TooManyRequests extends Status with Product with Serializable
- object Unauthorized extends Status with Product with Serializable
- object UnorderedCollection extends Status with Product with Serializable
- object UnprocessableEntity extends Status with Product with Serializable
- object UnsupportedMediaType extends Status with Product with Serializable
- object UpgradeRequired extends Status with Product with Serializable
- object UseProxy extends Status with Product with Serializable
- object VariantAlsoNegotiates extends Status with Product with Serializable