Class

io.gatling.http.action.sync

HttpRequestAction

Related Doc: package sync

Permalink

class HttpRequestAction extends RequestAction with NameGen

This is an action that sends HTTP requests

Linear Supertypes
NameGen, RequestAction, ExitableAction, ChainableAction, Action, StrictLogging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HttpRequestAction
  2. NameGen
  3. RequestAction
  4. ExitableAction
  5. ChainableAction
  6. Action
  7. StrictLogging
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new HttpRequestAction(httpRequestDef: HttpRequestDef, system: ActorSystem, next: Action)

    Permalink

    constructs an HttpRequestAction

    constructs an HttpRequestAction

    httpRequestDef

    the request definition

    next

    the next action that will be executed after the request

Value Members

  1. def !(session: Session): Unit

    Permalink
    Definition Classes
    ExitableAction → ChainableAction → Action
  2. final def !=(arg0: Any): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  9. def execute(session: Session): Unit

    Permalink
    Definition Classes
    RequestAction → Action
  10. def finalize(): Unit

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    StrictLogging
  16. val name: String

    Permalink
    Definition Classes
    HttpRequestAction → Action
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. val next: Action

    Permalink

    the next action that will be executed after the request

    the next action that will be executed after the request

    Definition Classes
    HttpRequestAction → ChainableAction
  19. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  21. def recover(session: Session)(v: Validation[_]): Unit

    Permalink
    Definition Classes
    ChainableAction
  22. val requestName: Expression[String]

    Permalink
    Definition Classes
    HttpRequestActionRequestAction
  23. val responseBuilderFactory: ResponseBuilderFactory

    Permalink
  24. def sendRequest(requestName: String, session: Session): Validation[Unit]

    Permalink
    Definition Classes
    HttpRequestActionRequestAction
  25. val statsEngine: StatsEngine

    Permalink
    Definition Classes
    RequestAction → ExitableAction
  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( ... )

Inherited from NameGen

Inherited from RequestAction

Inherited from ExitableAction

Inherited from ChainableAction

Inherited from Action

Inherited from StrictLogging

Inherited from AnyRef

Inherited from Any

Ungrouped