Packages

object Rejections

Source
Rejections.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Rejections
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def authenticationCredentialsMissing(challenge: HttpChallenge): AuthenticationFailedRejection
  6. def authenticationCredentialsRejected(challenge: HttpChallenge): AuthenticationFailedRejection
  7. def authorizationFailed: scaladsl.server.AuthorizationFailedRejection
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def expectedWebSocketRequest: scaladsl.server.ExpectedWebSocketRequestRejection
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  14. def invalidRequiredValueForQueryParam(parameterName: String, requiredValue: String, actualValue: String): InvalidRequiredValueForQueryParamRejection
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def malformedFormField(fieldName: String, errorMsg: String, cause: Optional[Throwable]): scaladsl.server.MalformedFormFieldRejection
  17. def malformedFormField(fieldName: String, errorMsg: String): MalformedFormFieldRejection
  18. def malformedHeader(headerName: String, errorMsg: String, cause: Optional[Throwable]): scaladsl.server.MalformedHeaderRejection
  19. def malformedHeader(headerName: String, errorMsg: String): MalformedHeaderRejection
  20. def malformedQueryParam(parameterName: String, errorMsg: String, cause: Optional[Throwable]): MalformedQueryParamRejection
  21. def malformedQueryParam(parameterName: String, errorMsg: String): MalformedQueryParamRejection
  22. def malformedRequestContent(message: String, cause: Throwable): scaladsl.server.MalformedRequestContentRejection
  23. def method(supported: HttpMethod): MethodRejection
  24. def missingCookie(cookieName: String): scaladsl.server.MissingCookieRejection
  25. def missingFormField(fieldName: String): MissingFormFieldRejection
  26. def missingHeader(headerName: String): MissingHeaderRejection
  27. def missingQueryParam(parameterName: String): MissingQueryParamRejection
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  31. def rejectionError(rejection: Rejection): scaladsl.server.RejectionError
  32. def requestEntityExpected: RequestEntityExpectedRejection
  33. def scheme(supported: String): SchemeRejection
  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. def tooManyRanges(maxRanges: Int): scaladsl.server.TooManyRangesRejection
  37. def transformationRejection(f: Function[List[Rejection], List[Rejection]]): scaladsl.server.TransformationRejection
  38. def unacceptedResponseContentType(supportedContentTypes: Iterable[ContentType], supportedMediaTypes: Iterable[MediaType]): UnacceptedResponseContentTypeRejection
  39. def unacceptedResponseEncoding(supported: Iterable[HttpEncoding]): scaladsl.server.UnacceptedResponseEncodingRejection
  40. def unacceptedResponseEncoding(supported: HttpEncoding): scaladsl.server.UnacceptedResponseEncodingRejection
  41. def unsatisfiableRange(unsatisfiableRanges: Iterable[ByteRange], actualEntityLength: Long): scaladsl.server.UnsatisfiableRangeRejection
  42. def unsupportedRequestContentType(supported: Iterable[MediaType]): UnsupportedRequestContentTypeRejection
  43. def unsupportedRequestContentType(supported: Iterable[MediaType], contentType: Optional[ContentType]): UnsupportedRequestContentTypeRejection
  44. def unsupportedRequestEncoding(supported: HttpEncoding): UnsupportedRequestEncodingRejection
  45. def validationRejection(message: String, cause: Optional[Throwable]): scaladsl.server.ValidationRejection
  46. def validationRejection(message: String): scaladsl.server.ValidationRejection
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped