Package

io.buoyant

http

Permalink

package http

Visibility
  1. Public
  2. All

Type Members

  1. class anyHost extends Namer with RewritingNamer

    Permalink

    A rewriting namer that accepts names in the form:

    A rewriting namer that accepts names in the form:

    /foo.buoyant.io/resource/name

    and rewrites to:

    /resource/name

  2. class anyHostPfx extends Namer with RewritingNamer

    Permalink

    A rewriting namer that accepts names in the form:

    A rewriting namer that accepts names in the form:

    /pfx/foo.buoyant.io/resource/name

    and rewrites to:

    /pfx/resource/name

  3. class anyMethod extends Namer with RewritingNamer

    Permalink

    A rewriting namer that accepts names in the form:

    A rewriting namer that accepts names in the form:

    /POST/svc/name/resource/name

    and rewrites to:

    /svc/name/resource/name

  4. class anyMethodPfx extends Namer with RewritingNamer

    Permalink

    A rewriting namer that accepts names in the form:

    A rewriting namer that accepts names in the form:

    /pfx/METHOD/svc/name/resource/name

    and rewrites to:

    /pfx/svc/name/resource/name

  5. class domainToPath extends Namer with RewritingNamer

    Permalink

    A rewriting namer that accepts names in the form:

    A rewriting namer that accepts names in the form:

    /foo.buoyant.io/resource/name

    and rewrites to:

    /io/buoyant/foo/resource/name

  6. class domainToPathPfx extends Namer with RewritingNamer

    Permalink

    A rewriting namer that accepts names in the form:

    A rewriting namer that accepts names in the form:

    /pfx/foo.buoyant.io/resource/name

    and rewrites to:

    /pfx/io/buoyant/foo/resource/name

  7. class subdomainOf extends Namer with RewritingNamer

    Permalink

    A rewriting namer that accepts names in the form:

    A rewriting namer that accepts names in the form:

    /buoyant.io/foo.buoyant.io/resource/name

    and rewrites to:

    /foo/resource/name

  8. class subdomainOfPfx extends Namer with RewritingNamer

    Permalink

    A rewriting namer that accepts names in the form:

    A rewriting namer that accepts names in the form:

    /buoyant.io/pfx/foo.buoyant.io/resource/name

    and rewrites to:

    /pfx/foo/resource/name

Ungrouped