Package

com.twitter.finagle

naming

Permalink

package naming

Visibility
  1. Public
  2. All

Type Members

  1. trait NameInterpreter extends AnyRef

    Permalink

    Interpret names against a Dtab.

    Interpret 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

    Permalink

    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

    Permalink

Ungrouped