Packages

package fetch

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. fetch
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class CssRawResource (rawUrl: String) extends RawResource with Product with Serializable
  2. case class CssResource (uri: Uri) extends EmbeddedResource with Product with Serializable
  3. case class CssResourceFetched (uri: Uri, status: Status, sessionUpdates: (Session) ⇒ Session, silent: Boolean, statusCode: Option[Int], lastModifiedOrEtag: Option[String], content: String) extends ResourceFetched with Product with Serializable
  4. sealed abstract class EmbeddedResource extends AnyRef
  5. implicit final class EmbeddedResourcesFilters extends AnyVal
  6. class HtmlParser extends StrictLogging
  7. case class HtmlResources (rawResources: Seq[RawResource], base: Option[String]) extends Product with Serializable
  8. case class InferredPageResources (expire: String, requests: List[HttpRequest]) extends Product with Serializable
  9. case class InferredResourcesCacheKey (protocol: HttpProtocol, uri: Uri) extends Product with Serializable
  10. sealed abstract class RawResource extends AnyRef
  11. case class RegularRawResource (rawUrl: String) extends RawResource with Product with Serializable
  12. case class RegularResource (uri: Uri) extends EmbeddedResource with Product with Serializable
  13. case class RegularResourceFetched (uri: Uri, status: Status, sessionUpdates: (Session) ⇒ Session, silent: Boolean) extends ResourceFetched with Product with Serializable
  14. sealed trait ResourceFetched extends AnyRef
  15. trait ResourceFetcher extends AnyRef
  16. class ResourceFetcherActor extends BaseActor
  17. case class UserAgent (name: String, version: Float) extends Product with Serializable

Value Members

  1. object CssParser extends StrictLogging
  2. object EmbeddedResource
  3. object HtmlParser extends StrictLogging
  4. object UserAgent extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped