com.twitter.finagle

naming

package naming

Visibility
  1. Public
  2. All

Type Members

  1. trait NameInterpreter extends AnyRef

    Intepret names against a Dtab.

    Intepret names against a Dtab. Differs from Namers in that the passed in Dtab can affect the resolution process.

Value Members

  1. object DefaultInterpreter extends NameInterpreter

    Interpret names against the Dtab, using the default evaluation strategy.

    Interpret names against the Dtab, using the default evaluation strategy. Recursively look up and rewrite paths according to entries matching the path prefix in the Dtab. If a path does not match any Dtab entry prefix, the global Namer is invoked to resolve it. This is how paths starting with /$/ are bound.

  2. object NameInterpreter extends NameInterpreter

Ungrouped