Package

com.twitter.finagle.http2

param

Permalink

package param

Visibility
  1. Public
  2. All

Type Members

  1. case class EncoderIgnoreMaxHeaderListSize(ignoreMaxHeaderListSize: Boolean) extends Product with Serializable

    Permalink

    A class for configuring the http/2 encoder to ignore MaxHeaderListSize.

    A class for configuring the http/2 encoder to ignore MaxHeaderListSize.

    This is useful when creating clients for testing the behavior of a server.

  2. case class HeaderTableSize(headerTableSize: Option[StorageUnit]) extends Product with Serializable

    Permalink

    A class for configuring overrides to the default headerTableSize setting.

  3. case class InitialWindowSize(initialWindowSize: Option[StorageUnit]) extends Product with Serializable

    Permalink

    A class for configuring overrides to the default initialWindowSize setting.

  4. case class MaxConcurrentStreams(maxConcurrentStreams: Option[Long]) extends Product with Serializable

    Permalink

    A class for configuring overrides to the default maxConcurrentStreams setting.

  5. case class MaxFrameSize(maxFrameSize: Option[StorageUnit]) extends Product with Serializable

    Permalink

    A class for configuring overrides to the default maxFrameSize setting.

  6. case class MaxHeaderListSize(maxHeaderListSize: Option[StorageUnit]) extends Product with Serializable

    Permalink

    A class for configuring overrides to the default maxHeaderListSize setting.

  7. case class PriorKnowledge(enabled: Boolean) extends Product with Serializable

    Permalink

    A class eligible for configuring whether to use the http/2 "prior knowledge" protocol or not.

    A class eligible for configuring whether to use the http/2 "prior knowledge" protocol or not.

    Note that both client and server must be configured for prior knowledge.

  8. case class PushEnabled(pushEnabled: Option[Boolean]) extends Product with Serializable

    Permalink

    A class for configuring overrides to the default pushEnabled setting.

Ungrouped