package utils
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- case class Credentials(underlying: Map[String, String]) extends Product with Serializable
- case class DeadlineValues(elapsed: Long, remaining: Long) extends Product with Serializable
- 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
- object AutoClosable
- object DeadlineValues extends Logging with Serializable
- object FileResolver
- object FileResolvers
For Java usability.
For Java usability.
- Note
Scala users see com.twitter.finatra.utils.FileResolver
- object FuturePools
Deprecated Value Members
- object ClassUtils
- Annotations
- @deprecated
- Deprecated
(Since version 2021-03-20) Users should use c.t.util.reflect.Classes and c.t.util.reflect.Types