Akka HTTP 10.7.1 - akka.http.scaladsl.Http.HttpConnectionTerminated (original) (raw)

sealed abstract class HttpConnectionTerminated extends HttpTerminated

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. HttpConnectionTerminated
  2. HttpTerminated
  3. HttpTerminated
  4. AnyRef
  5. 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): (HttpConnectionTerminated, B)
  5. final def ==(arg0: Any): Boolean
  6. final def asInstanceOf[T0]: T0
  7. def clone(): AnyRef
  8. def ensuring(cond: (HttpConnectionTerminated) => Boolean, msg: => Any): HttpConnectionTerminated
  9. def ensuring(cond: (HttpConnectionTerminated) => Boolean): HttpConnectionTerminated
  10. def ensuring(cond: Boolean, msg: => Any): HttpConnectionTerminated
  11. def ensuring(cond: Boolean): HttpConnectionTerminated
  12. final def eq(arg0: AnyRef): Boolean
  13. def equals(arg0: AnyRef): Boolean
  14. final def getClass(): Class[_ <: AnyRef]
  15. def hashCode(): Int
  16. final def isInstanceOf[T0]: Boolean
  17. final def ne(arg0: AnyRef): Boolean
  18. final def notify(): Unit
  19. final def notifyAll(): Unit
  20. final def synchronized[T0](arg0: => T0): T0
  21. def toString(): String
  22. final def wait(arg0: Long, arg1: Int): Unit
  23. final def wait(arg0: Long): Unit
  24. final def wait(): Unit

Ungrouped