Akka HTTP 10.7.1 - akka.http.scaladsl.server.MethodRejection (original) (raw)

final case class MethodRejection(supported: HttpMethod) extends javadsl.server.MethodRejection with Rejection with Product with Serializable

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. MethodRejection
  2. Serializable
  3. Product
  4. Equals
  5. Rejection
  6. MethodRejection
  7. Rejection
  8. AnyRef
  9. Any

Implicitly

  1. by any2stringadd

  2. by StringFormat

  3. by Ensuring

  4. by ArrowAssoc

  5. Hide All

  6. Show All

Visibility

  1. Public
  2. Protected

Instance Constructors

  1. new MethodRejection(supported: HttpMethod)

Value Members

  1. final def !=(arg0: Any): Boolean
  2. final def ##: Int
  3. def +(other: String): String
  4. def ->[B](y: B): (MethodRejection, B)
  5. final def ==(arg0: Any): Boolean
  6. final def asInstanceOf[T0]: T0
  7. def clone(): AnyRef
  8. def ensuring(cond: (MethodRejection) => Boolean, msg: => Any): MethodRejection
  9. def ensuring(cond: (MethodRejection) => Boolean): MethodRejection
  10. def ensuring(cond: Boolean, msg: => Any): MethodRejection
  11. def ensuring(cond: Boolean): MethodRejection
  12. final def eq(arg0: AnyRef): Boolean
  13. final def getClass(): Class[_ <: AnyRef]
  14. final def isInstanceOf[T0]: Boolean
  15. final def ne(arg0: AnyRef): Boolean
  16. final def notify(): Unit
  17. final def notifyAll(): Unit
  18. def productElementNames: Iterator[String]
  19. val supported: HttpMethod
  20. final def synchronized[T0](arg0: => T0): T0
  21. final def wait(arg0: Long, arg1: Int): Unit
  22. final def wait(arg0: Long): Unit
  23. final def wait(): Unit

Deprecated Value Members

  1. def finalize(): Unit
  2. def formatted(fmtstr: String): String
  3. def →[B](y: B): (MethodRejection, B)

Ungrouped