io.gatling.http.ahc

HttpEngine

Related Docs: object HttpEngine | package ahc

class HttpEngine extends ResourceFetcher with ActorNames with StrictLogging

Linear Supertypes
StrictLogging, ActorNames, ResourceFetcher, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. HttpEngine
  2. StrictLogging
  3. ActorNames
  4. ResourceFetcher
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new HttpEngine()(implicit configuration: GatlingConfiguration, httpCaches: HttpCaches)

Type Members

  1. case class InternalState(applicationThreadPool: ExecutorService, nioThreadPool: ExecutorService, channelPool: ChannelPool, nettyConfig: NettyAsyncHttpProviderConfig, defaultAhcConfig: AsyncHttpClientConfig, statsEngine: StatsEngine, throttler: Throttler, asyncHandlerActors: ActorRef, system: ActorSystem) extends Product with Serializable

Value Members

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

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

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

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

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

    Definition Classes
    ResourceFetcher
  6. def actorName(base: String): String

    Definition Classes
    ActorNames
  7. def applyResourceFilters(resources: List[EmbeddedResource], filters: Option[Filters]): List[EmbeddedResource]

    Definition Classes
    ResourceFetcher
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def asyncHandlerActors: Option[ActorRef]

  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. implicit val configuration: GatlingConfiguration

  12. def defaultAhc: Option[AsyncHttpClient]

  13. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  18. implicit val httpCaches: HttpCaches

  19. def httpClient(session: Session, protocol: HttpProtocol): (Session, Option[AsyncHttpClient])

  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. val logger: Logger

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

    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

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

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

    Definition Classes
    ResourceFetcher
  27. def resourcesToRequests(resources: List[EmbeddedResource], session: Session, protocol: HttpProtocol, throttled: Boolean): List[HttpRequest]

    Definition Classes
    ResourceFetcher
  28. def start(system: ActorSystem, statsEngine: StatsEngine, throttler: Throttler): Unit

  29. def startHttpTransaction(origTx: HttpTx)(implicit ctx: ActorContext): Unit

  30. def startSseTransaction(tx: SseTx, sseActor: ActorRef): Unit

  31. def startWsTransaction(tx: WsTx, wsActor: ActorRef): Unit

  32. def statsEngine: Option[StatsEngine]

  33. def stop(): Unit

  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  35. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from StrictLogging

Inherited from ActorNames

Inherited from ResourceFetcher

Inherited from AnyRef

Inherited from Any

Ungrouped