Packages

package param

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class CompressionLevel (level: Int) extends Product with Serializable
  2. case class Decompression (enabled: Boolean) extends Product with Serializable
  3. case class MaxChunkSize (size: StorageUnit) extends Product with Serializable

    the maximum size of a chunk.

  4. case class MaxHeaderSize (size: StorageUnit) extends Product with Serializable

    the maximum size of all headers.

  5. case class MaxInitialLineSize (size: StorageUnit) extends Product with Serializable

    the maximum size of the initial line.

  6. case class MaxRequestSize (size: StorageUnit) extends Product with Serializable
  7. case class MaxResponseSize (size: StorageUnit) extends Product with Serializable
  8. case class Streaming (enabled: Boolean) extends Product with Serializable

Ungrouped