package param
- Alphabetic
- Public
- All
Type Members
-
case class
AutomaticContinue(enabled: Boolean) extends Product with Serializable
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 - case class CompressionLevel(level: Int) extends Product with Serializable
- case class Decompression(enabled: Boolean) extends Product with Serializable
- case class FixedLengthStreamedAfter(size: StorageUnit) extends Product with Serializable
-
case class
MaxHeaderSize(size: StorageUnit) extends Product with Serializable
the maximum size of all headers.
-
case class
MaxInitialLineSize(size: StorageUnit) extends Product with Serializable
the maximum size of the initial line.
-
case class
MaxRequestSize(size: StorageUnit) extends Product with Serializable
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.
-
case class
MaxResponseSize(size: StorageUnit) extends Product with Serializable
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.
- sealed abstract class Streaming extends AnyRef
Value Members
- object AutomaticContinue extends Serializable
- object CompressionLevel extends Serializable
- object Decompression extends Serializable
- object FixedLengthStreamedAfter extends Serializable
- object MaxHeaderSize extends Serializable
- object MaxInitialLineSize extends Serializable
- object MaxRequestSize extends Serializable
- object MaxResponseSize extends Serializable
- object Streaming