Packages

p

io

buoyant

package buoyant

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class hostportPfx extends Namer with RewritingNamer

    A rewriting namer that accepts names in the form:

    A rewriting namer that accepts names in the form:

    /pfx/host:port/etc

    and rewrites to:

    /pfx/host/port/etc

  2. class porthostPfx extends Namer with RewritingNamer

    A rewriting namer that accepts names in the form:

    A rewriting namer that accepts names in the form:

    /pfx/host:port/etc

    and rewrites to:

    /pfx/port/host/etc

  3. class rinet extends Namer

    An alternate form of the inet namer that expects port before host.

    An alternate form of the inet namer that expects port before host.

    /$/io.buoyant.rinet/<port>/<host>

    is equivalent to

    /$/inet/<host>/<port>

Value Members

  1. object rinet

Ungrouped