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: Int
- val AlreadyReported: Int
- val BadGateway: Int
- val BadRequest: Int
- val Conflict: Int
- val Continue: Int
- val Created: Int
- val EarlyHints: Int
- val ExpectationFailed: Int
- val FailedDependency: Int
- val Forbidden: Int
- val Found: Int
- val GatewayTimeout: Int
- val Gone: Int
- val HttpVersionNotSupported: Int
- val ImUsed: Int
- val InsufficientStorage: Int
- val InternalServerError: Int
- val LengthRequired: Int
- val Locked: Int
- val LoopDetected: Int
- val MethodNotAllowed: Int
- val MisdirectedRequest: Int
- val MovedPermanently: Int
- val MultiStatus: Int
- val MultipleChoices: Int
- val NetworkAuthenticationRequired: Int
- val NoContent: Int
- val NonAuthoritativeInformation: Int
- val NotAcceptable: Int
- val NotExtended: Int
- val NotFound: Int
- val NotImplemented: Int
- val NotModified: Int
- val Ok: Int
- val PartialContent: Int
- val PayloadTooLarge: Int
- val PaymentRequired: Int
- val PermanentRedirect: Int
- val PreconditionFailed: Int
- val PreconditionRequired: Int
- val Processing: Int
- val ProxyAuthenticationRequired: Int
- val RangeNotSatisfiable: Int
- val RequestHeaderFieldsTooLarge: Int
- val RequestTimeout: Int
- val ResetContent: Int
- val SeeOther: Int
- val ServiceUnavailable: Int
- val SwitchingProtocols: Int
- val TemporaryRedirect: Int
- val TooManyRequests: Int
- val Unauthorized: Int
- val UnavailableForLegalReasons: Int
- val UnprocessableEntity: Int
- val UnsupportedMediaType: Int
- val UpgradeRequired: Int
- val UriTooLong: Int
- val UseProxy: Int
- val VariantAlsoNegotiates: Int
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- 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( ... )
-
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()