com.twitter.finatra.thrift

filters

package filters

Visibility
  1. Public
  2. All

Type Members

  1. class AccessLoggingFilter extends ThriftFilter with Logging

    Annotations
    @Singleton()
  2. class ClientIdWhitelistFilter extends ThriftFilter

    Annotations
    @Singleton()
  3. class LoggingMDCFilter extends ThriftFilter

    Annotations
    @Singleton()
  4. class StatsFilter extends ThriftFilter

    Annotations
    @Singleton()
  5. class ThriftMDCFilter extends ThriftFilter

    Note: Any MDC filter must be used in conjunction with the LoggingMDCFilter to ensure that diagnostic context is properly managed.

  6. class TraceIdMDCFilter extends ThriftFilter

    Note: Any MDC filter must be used in conjunction with the LoggingMDCFilter to ensure that diagnostic context is properly managed.

Ungrouped