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

Inherited from AnyRef

Inherited from Any

Ungrouped