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

object HttpEncodings extends ObjectRegistry[String, HttpEncoding]

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. HttpEncodings

  2. ObjectRegistry

  3. AnyRef

  4. Any

  5. Hide All

  6. Show All

Visibility

  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
  2. final def ##: Int
  3. final def ==(arg0: Any): Boolean
  4. final def asInstanceOf[T0]: T0
  5. val chunked: HttpEncoding
  6. def clone(): AnyRef
  7. val compress: HttpEncoding
  8. val deflate: HttpEncoding
  9. final def eq(arg0: AnyRef): Boolean
  10. def equals(arg0: AnyRef): Boolean
  11. final def getClass(): Class[_ <: AnyRef]
  12. def getForKey(key: String): Option[HttpEncoding]
  13. def getForKeyCaseInsensitive(key: String)(implicit conv: <:<[String, String]): Option[HttpEncoding]
  14. val gzip: HttpEncoding
  15. def hashCode(): Int
  16. val identity: HttpEncoding
  17. final def isInstanceOf[T0]: Boolean
  18. final def ne(arg0: AnyRef): Boolean
  19. final def notify(): Unit
  20. final def notifyAll(): Unit
  21. final def register(key: String, obj: HttpEncoding): obj.type
  22. final def synchronized[T0](arg0: => T0): T0
  23. def toString(): String
  24. final def wait(arg0: Long, arg1: Int): Unit
  25. final def wait(arg0: Long): Unit
  26. final def wait(): Unit
  27. val x-compress: HttpEncoding
  28. val x-zip: HttpEncoding

Deprecated Value Members

  1. def finalize(): Unit

Ungrouped