Package

com.twitter.finagle

naming

Permalink

package naming

Visibility
  1. Public
  2. All

Type Members

  1. class MultipleNameInterpretersException extends IllegalStateException

    Permalink
  2. 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 LoadedNameInterpreter extends LoadedNameInterpreter

    Permalink

    A NameInterpreter that delegates to a service-loaded NameInterpreter.

    A NameInterpreter that delegates to a service-loaded NameInterpreter.

    The existence of multiple service-loaded NameInterpreters is an illegal state. If no service-loaded NameInterpreters are found, use the DefaultInterpreter.

  3. object NameInterpreter extends NameInterpreter

    Permalink

Ungrouped