trait StatusCodes extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- StatusCodes
- 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
- val Accepted: StatusCode
- val AlreadyReported: StatusCode
- val BadGateway: StatusCode
- val BadRequest: StatusCode
- val Conflict: StatusCode
- val Continue: StatusCode
- val Created: StatusCode
- val EarlyHints: StatusCode
- val ExpectationFailed: StatusCode
- val FailedDependency: StatusCode
- val Forbidden: StatusCode
- val Found: StatusCode
- val GatewayTimeout: StatusCode
- val Gone: StatusCode
- val HttpVersionNotSupported: StatusCode
- val ImUsed: StatusCode
- val InsufficientStorage: StatusCode
- val InternalServerError: StatusCode
- val LengthRequired: StatusCode
- val Locked: StatusCode
- val LoopDetected: StatusCode
- val MethodNotAllowed: StatusCode
- val MisdirectedRequest: StatusCode
- val MovedPermanently: StatusCode
- val MultiStatus: StatusCode
- val MultipleChoices: StatusCode
- val NetworkAuthenticationRequired: StatusCode
- val NoContent: StatusCode
- val NonAuthoritativeInformation: StatusCode
- val NotAcceptable: StatusCode
- val NotExtended: StatusCode
- val NotFound: StatusCode
- val NotImplemented: StatusCode
- val NotModified: StatusCode
- val Ok: StatusCode
- val PartialContent: StatusCode
- val PayloadTooLarge: StatusCode
- val PaymentRequired: StatusCode
- val PermanentRedirect: StatusCode
- val PreconditionFailed: StatusCode
- val PreconditionRequired: StatusCode
- val Processing: StatusCode
- val ProxyAuthenticationRequired: StatusCode
- val RangeNotSatisfiable: StatusCode
- val RequestHeaderFieldsTooLarge: StatusCode
- val RequestTimeout: StatusCode
- val ResetContent: StatusCode
- val SeeOther: StatusCode
- val ServiceUnavailable: StatusCode
- val SwitchingProtocols: StatusCode
- val TemporaryRedirect: StatusCode
- val TooManyRequests: StatusCode
- val Unauthorized: StatusCode
- val UnavailableForLegalReasons: StatusCode
- val UnprocessableEntity: StatusCode
- val UnsupportedMediaType: StatusCode
- val UpgradeRequired: StatusCode
- val UriTooLong: StatusCode
- val UseProxy: StatusCode
- val VariantAlsoNegotiates: StatusCode
-
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()
-
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( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated