Package

com.twitter.finagle.http

filter

Permalink

package filter

Visibility
  1. Public
  2. All

Type Members

  1. abstract class DtabFilter[Req <: Message, Rep <: Message] extends SimpleFilter[Req, Rep]

    Permalink

    Delegate to the dtab contained inside of the request.

Value Members

  1. object DtabFilter

    Permalink
  2. object HttpNackFilter

    Permalink

    When a server fails with retryable failures, it sends back a NackResponse, i.e.

    When a server fails with retryable failures, it sends back a NackResponse, i.e. a 503 response code with "finagle-http-nack" header. A non-retryable failure will be converted to a 503 with "finagle-http-nonretryable-nack".

    Clients who recognize the header can handle the response appropriately. Clients who don't recognize the header treat the response the same way as other 503 response.

Ungrouped