Package

com.twitter.finagle.http

param

Permalink

package param

Visibility
  1. Public
  2. All

Type Members

  1. case class AutomaticContinue(enabled: Boolean) extends Product with Serializable

    Permalink

    automatically send 100-CONTINUE responses to requests which set the 'Expect: 100-Continue' header.

    automatically send 100-CONTINUE responses to requests which set the 'Expect: 100-Continue' header. See longer note on com.twitter.finagle.Http.Server#withNoAutomaticContinue

  2. case class CompressionLevel(level: Int) extends Product with Serializable

    Permalink
  3. case class Decompression(enabled: Boolean) extends Product with Serializable

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

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

    Permalink

    the maximum size of all headers.

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

    Permalink

    the maximum size of the initial line.

  7. case class MaxRequestSize(size: StorageUnit) extends Product with Serializable

    Permalink

    The maximum size of an inbound HTTP request that this Finagle server can receive from a client.

    The maximum size of an inbound HTTP request that this Finagle server can receive from a client.

    Note

    This param only applies to Finagle HTTP servers, and not to Finagle HTTP clients.

  8. case class MaxResponseSize(size: StorageUnit) extends Product with Serializable

    Permalink

    The maximum size of an inbound HTTP response that this Finagle client can receive from a server.

    The maximum size of an inbound HTTP response that this Finagle client can receive from a server.

    Note

    This param only applies to Finagle HTTP clients, and not to Finagle HTTP servers.

  9. sealed abstract class Streaming extends AnyRef

    Permalink

Ungrouped