package param
- Alphabetic
- Public
- Protected
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 ClientKerberos(clientKerberosConfiguration: ClientKerberosConfiguration) extends Product with Serializable
- case class ClientKerberosConfiguration(principal: Option[String] = None, keyTab: Option[String] = None, serverPrincipal: Option[String] = None, useKeyTab: Boolean = true, storeKey: Boolean = true, refreshKrb5Config: Boolean = true, debug: Boolean = false, doNotPrompt: Boolean = true, authEnabled: Boolean = true) extends KerberosConfiguration with Product with Serializable
Jaas configuration for kerberos client with serverPrincipal ServerPrincipal is basically the name of the target peer
- 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
- sealed trait KerberosConfiguration extends AnyRef
Used to configure jaas default params
Used to configure jaas default params
- 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.
- case class ServerKerberos(serverKerberosConfiguration: ServerKerberosConfiguration) extends Product with Serializable
- case class ServerKerberosConfiguration(principal: Option[String] = None, keyTab: Option[String] = None, useKeyTab: Boolean = true, storeKey: Boolean = true, refreshKrb5Config: Boolean = true, debug: Boolean = false, doNotPrompt: Boolean = true, authEnabled: Boolean = true) extends KerberosConfiguration with Product with Serializable
Jaas configuration for kerberos server
- sealed abstract class Streaming extends AnyRef
Value Members
- object AutomaticContinue extends Serializable
- object ClientKerberos 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 ServerKerberos extends Serializable
- object Streaming