xitrum

util

package util

Visibility
  1. Public
  2. All

Type Members

  1. class ClusterSingletonActor extends Actor

  2. class LocalLRUCache[K, V] extends LinkedHashMap[K, V]

    Non-threadsafe, non-distributed LRU cache.

  3. case class Lookup(name: String) extends Product with Serializable

  4. case class LookupLocal(name: String) extends Product with Serializable

  5. case class LookupOrCreate(name: String, propsMaker: () ⇒ Props) extends Product with Serializable

Value Members

  1. object ChannelBufferToBytes

  2. object ClusterSingletonActor

    This feature is implemented using Akka Remoting and Hazelcast distributed lock: https://groups.

  3. object Gzip

  4. object Json

  5. object Loader

  6. object Mime

  7. object PathSanitizer

  8. object Secure

    See https://github.

  9. object SecureUrlSafeBase64

    Combination of Secure and UrlSafeBase64.

  10. object SeriDeseri extends Logger

  11. object UrlSafeBase64 extends Logger

    URL-safe dialect is used: http://netty.

Ungrouped