Class/Object

io.gatling.http.ahc

HttpEngine

Related Docs: object HttpEngine | package ahc

Permalink

class HttpEngine extends ResourceFetcher with NameGen with StrictLogging

Linear Supertypes
StrictLogging, NameGen, ResourceFetcher, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HttpEngine
  2. StrictLogging
  3. NameGen
  4. ResourceFetcher
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new HttpEngine(system: ActorSystem, coreComponents: CoreComponents, ahcFactory: AhcFactory)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val CssContentCache: ConcurrentMap[Uri, List[EmbeddedResource]]

    Permalink
    Definition Classes
    ResourceFetcher
  5. val InferredResourcesCache: ConcurrentMap[InferredResourcesCacheKey, InferredPageResources]

    Permalink
    Definition Classes
    ResourceFetcher
  6. def applyResourceFilters(resources: List[EmbeddedResource], filters: Option[Filters]): List[EmbeddedResource]

    Permalink
    Definition Classes
    ResourceFetcher
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. val coreComponents: CoreComponents

    Permalink
    Attributes
    protected
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def genName(base: String): String

    Permalink
    Definition Classes
    NameGen
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. def httpClient(session: Session, httpProtocol: HttpProtocol): (Session, AsyncHttpClient)

    Permalink
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    StrictLogging
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. def newDnsResolver: DelegatingNameResolver

    Permalink
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. def resourceFetcherActorForCachedPage(htmlDocumentURI: Uri, tx: HttpTx): Option[() ⇒ ResourceFetcherActor]

    Permalink
    Definition Classes
    ResourceFetcher
  24. def resourceFetcherActorForFetchedPage(request: Request, response: Response, tx: HttpTx): Option[() ⇒ ResourceFetcherActor]

    Permalink
    Definition Classes
    ResourceFetcher
  25. def resourcesToRequests(resources: List[EmbeddedResource], session: Session, coreComponents: CoreComponents, httpComponents: HttpComponents, throttled: Boolean): List[HttpRequest]

    Permalink
    Definition Classes
    ResourceFetcher
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. def warmpUp(httpComponents: HttpComponents): Unit

    Permalink

Inherited from StrictLogging

Inherited from NameGen

Inherited from ResourceFetcher

Inherited from AnyRef

Inherited from Any

Ungrouped