Package

io.gatling.http.action

async

Permalink

package async

Visibility
  1. Public
  2. All

Type Members

  1. trait AsyncEvent extends AnyRef

    Permalink
  2. trait AsyncProtocolAction extends AnyRef

    Permalink
  3. abstract class AsyncProtocolActor extends BaseActor

    Permalink
  4. case class AsyncTx(session: Session, next: Action, requestName: String, request: Request, protocol: HttpProtocol, start: Long, reconnectCount: Int = 0, check: Option[AsyncCheck] = None, pendingCheckSuccesses: List[CheckResult] = Nil, updates: List[(Session) ⇒ Session] = Nil) extends Product with Serializable

    Permalink
  5. case class CancelCheck(requestName: String, next: Action, session: Session) extends UserAction with Product with Serializable

    Permalink
  6. abstract class CancelCheckAction extends RequestAction with AsyncProtocolAction

    Permalink
  7. case class CheckTimeout(check: AsyncCheck) extends AsyncEvent with Product with Serializable

    Permalink
  8. case class Close(requestName: String, next: Action, session: Session) extends UserAction with Product with Serializable

    Permalink
  9. abstract class CloseAction extends RequestAction with AsyncProtocolAction

    Permalink
  10. case class OnFailedOpen(tx: AsyncTx, errorMessage: String, time: Long) extends AsyncEvent with Product with Serializable

    Permalink
  11. case class Reconciliate(requestName: String, next: Action, session: Session) extends UserAction with Product with Serializable

    Permalink
  12. abstract class ReconciliateAction extends RequestAction with AsyncProtocolAction

    Permalink
  13. case class SetCheck(requestName: String, check: AsyncCheck, next: Action, session: Session) extends UserAction with Product with Serializable

    Permalink
  14. abstract class SetCheckAction extends RequestAction with AsyncProtocolAction

    Permalink
  15. trait UserAction extends AnyRef

    Permalink

Value Members

  1. package polling

    Permalink
  2. package sse

    Permalink
  3. package ws

    Permalink

Ungrouped