package filter
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- abstract class DtabFilter[Req <: Message, Rep <: Message] extends SimpleFilter[Req, Rep]
Delegate to the dtab contained inside of the request.
Value Members
- object ClientDtabContextFilter
- object DtabFilter
- object HttpNackFilter
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.
- object ServerDtabContextFilter