package
utils
Type Members
-
-
-
case class
CachedBinary(data: Array[Byte], createTime: Long) extends Product with Serializable
-
-
-
class
Crypto extends AnyRef
-
-
-
case class
HTTPResponse(requestUrl: String, actOnConn: (ManagedClientConnection, String, String) ⇒ Unit, bytes: Array[Byte], statusCode: Int, headers: Map[String, String], startMilis: Long, endMilis: Long, numberOfRetries: Int = 0, numberOfRedirects: Int = 0, exceptions: List[Throwable] = List.empty[Throwable]) extends Product with Serializable
-
class
HttpCacher extends AnyRef
-
-
-
-
-
-
-
case class
RedirectException(message: String, exceptions: List[Throwable] = List.empty[Throwable]) extends Exception with Product with Serializable
-
case class
RetryException(message: String, exceptions: List[Throwable] = List.empty[Throwable]) extends Exception with Product with Serializable
-
trait
Synched extends AnyRef
-
-
case class
TimerResult(label: String, startTime: Long, duration: Long) extends Product with Serializable
-
case class
WebException(message: String, code: Int, path: String) extends Exception with Product with Serializable
Value Members
-
-
-
-
-
-
-
object
Refresh extends Product with Serializable
-
object
Stop extends Product with Serializable
-
object
Stopwatch extends Logger
-
object
StopwatchActor extends LiftActor with Logger