Akka HTTP 10.7.1 - akka.http.scaladsl.model.HttpMethod (original) (raw)

final case class HttpMethod extends javadsl.model.HttpMethod with SingletonValueRenderable with Product with Serializable

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. HttpMethod
  2. Serializable
  3. SingletonValueRenderable
  4. Renderable
  5. Product
  6. Equals
  7. HttpMethod
  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

Value Members

  1. final def !=(arg0: Any): Boolean
  2. final def ##: Int
  3. def +(other: String): String
  4. def ->[B](y: B): (HttpMethod, B)
  5. final def ==(arg0: Any): Boolean
  6. final def asInstanceOf[T0]: T0
  7. def clone(): AnyRef
  8. val contentLengthAllowed: (StatusCode) => Boolean
  9. def ensuring(cond: (HttpMethod) => Boolean, msg: => Any): HttpMethod
  10. def ensuring(cond: (HttpMethod) => Boolean): HttpMethod
  11. def ensuring(cond: Boolean, msg: => Any): HttpMethod
  12. def ensuring(cond: Boolean): HttpMethod
  13. final def eq(arg0: AnyRef): Boolean
  14. final def getClass(): Class[_ <: AnyRef]
  15. def isEntityAccepted(): Boolean
  16. val isIdempotent: Boolean
  17. final def isInstanceOf[T0]: Boolean
  18. val isSafe: Boolean
  19. final def name(): String
  20. final def ne(arg0: AnyRef): Boolean
  21. final def notify(): Unit
  22. final def notifyAll(): Unit
  23. def productElementNames: Iterator[String]
  24. def render[R <: Rendering](r: R): r.type
  25. val requestEntityAcceptance: RequestEntityAcceptance
  26. final def synchronized[T0](arg0: => T0): T0
  27. def toString(): String
  28. val value: String
  29. final def wait(arg0: Long, arg1: Int): Unit
  30. final def wait(arg0: Long): Unit
  31. final def wait(): Unit

Deprecated Value Members

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

Ungrouped