Package

com.twitter.finatra

utils

Permalink

package utils

Visibility
  1. Public
  2. All

Type Members

  1. case class Credentials(underlying: Map[String, String]) extends Product with Serializable

    Permalink
  2. case class DeadlineValues(elapsed: Long, remaining: Long) extends Product with Serializable

    Permalink
  3. 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

Value Members

  1. object AutoClosable

    Permalink
  2. object ClassUtils

    Permalink
  3. object DeadlineValues extends Logging with Serializable

    Permalink
  4. object FuturePools

    Permalink

Ungrouped