package fetch
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- fetch
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class BasicResource(uri: Uri) extends ConcurrentResource with Product with Serializable
- sealed abstract class ConcurrentResource extends AnyRef
- case class CssRawResource(rawUrl: String) extends RawResource with Product with Serializable
- case class CssResource(uri: Uri) extends ConcurrentResource with Product with Serializable
- class DefaultResourceAggregator extends ResourceAggregator with StrictLogging
- implicit final class EmbeddedResourcesFilters extends AnyVal
- class HtmlParser extends StrictLogging
- case class HtmlResources(rawResources: Seq[RawResource], base: Option[String]) extends Product with Serializable
- sealed abstract class RawResource extends AnyRef
- case class RegularRawResource(rawUrl: String) extends RawResource with Product with Serializable
- trait ResourceAggregator extends AnyRef
- class ResourceFetcher extends StrictLogging
- case class UserAgent(name: String, version: Float) extends Product with Serializable
Value Members
- object ConcurrentResource
- object CssParser extends StrictLogging
- object HtmlParser extends StrictLogging
- object InferredResourceNaming
- object ResourceFetcher extends StrictLogging
- object UserAgent extends Serializable