Package

com.twitter.finatra.http

routing

Permalink

package routing

Visibility
  1. Public
  2. All

Type Members

  1. class FileResolver extends Logging

    Permalink

    Non-optimized file resolver.

    Non-optimized file resolver. The resolver takes in two possible parameters, a 'localDocRoot' or a 'docRoot'. Note that these two parameters are MUTUALLY EXCLUSIVE, e.g., only one or the other should ever be set to a non-empty value.

    If neither is set to a non-empty value, the default behaviour is to load resources from the classpath from a root of "/".

    NOTE: Not for true external production use serving static resources (Use a real static file server!) as this class provides no optimizations or caching.

    Annotations
    @Singleton()
    See also

    com.twitter.finatra.http.modules.DocRootModule

  2. class HttpRouter extends Logging

    Permalink
    Annotations
    @Singleton()
  3. class HttpWarmup extends Logging

    Permalink

Value Members

  1. object HttpRouter

    Permalink

Ungrouped