Packages

package filter

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class ThriftForwardingWarmUpFilter extends ForwardingWarmUpFilter[Array[Byte], Array[Byte]]
  2. class ValidationReportingFilter[Req, Rep] extends SimpleFilter[Req, Rep]

    Introduce a new ReportingFilter to inspect any ThriftValidationException thrown from the Finagle Stack.

    Introduce a new ReportingFilter to inspect any ThriftValidationException thrown from the Finagle Stack. To report metrics, the reporting filter will carry a StatsReceiver, which reports the number of invalid requests through a counter.

Ungrouped