package
utils
Type Members
-
-
-
-
-
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
-
-
-
-
-
-
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
-
-