Package

com.twitter.finagle

buoyant

Permalink

package buoyant

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. buoyant
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class ClientAuth(certPath: String, keyPath: String) extends Product with Serializable

    Permalink
  2. implicit final class MaybeTransform[A] extends AnyVal

    Permalink
  3. implicit final class ParameterizedMaybeWith[P <: Parameterized[P]] extends AnyVal

    Permalink
  4. implicit final class ParamsMaybeWith extends AnyVal

    Permalink
  5. trait PathMatcher extends AnyRef

    Permalink

    A PathMatcher extracts values for variables from a Path and can substitute those values to build a new String.

  6. case class TlsClientConfig(disableValidation: Option[Boolean], commonName: Option[String], trustCerts: Option[Seq[String]] = None, clientAuth: Option[ClientAuth] = None) extends Product with Serializable

    Permalink
  7. case class TlsServerConfig(certPath: String, keyPath: String, caCertPath: Option[String] = None, ciphers: Option[Seq[String]] = None, requireClientAuth: Option[Boolean] = None) extends Product with Serializable

    Permalink

Value Members

  1. object ExistentialStability

    Permalink

    Extensions to Var/Activity allowing a Var containing an Option to be split into an inner Var and outer Var, where the outer Var tracks the existence of the Option and the inner Var tracks changes to the contained object.

  2. object PathMatcher

    Permalink
  3. def syntheticException: ResponseClassificationSyntheticException

    Permalink

    Reexport ResponseClassificationSyntheticException publicly so it can be used in H2 StreamStatsFilter.

    Reexport ResponseClassificationSyntheticException publicly so it can be used in H2 StreamStatsFilter.

    returns

    a ResponseClassificationSyntheticException

Inherited from AnyRef

Inherited from Any

Ungrouped