Packages

package utils

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. case class Credentials(underlying: Map[String, String]) extends Product with Serializable
  2. case class DeadlineValues(elapsed: Long, remaining: Long) extends Product with Serializable
  3. class FileResolver extends AnyRef

    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.

Value Members

  1. object AutoClosable
  2. object DeadlineValues extends Logging with Serializable
  3. object FileResolver
  4. object FileResolvers

    For Java usability.

    For Java usability.

    Note

    Scala users see com.twitter.finatra.utils.FileResolver

  5. object FuturePools

Deprecated Value Members

  1. object ClassUtils
    Annotations
    @deprecated
    Deprecated

    (Since version 2021-03-20) Users should use c.t.util.reflect.Classes and c.t.util.reflect.Types

Ungrouped