t

io.gatling.javaapi.http

WsAwaitActionBuilder

trait WsAwaitActionBuilder[T <: WsAwaitActionBuilder[T, W], W <: http.action.ws.WsAwaitActionBuilder[W]] extends ActionBuilder

Linear Supertypes
ActionBuilder, Executable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WsAwaitActionBuilder
  2. ActionBuilder
  3. Executable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def asScala(): ActionBuilder
    Definition Classes
    ActionBuilder
  2. abstract def make(f: Function[W, W]): T

Concrete 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def await(timeout: Function[Session, Duration]): On[T]

    Boostrap a check that waits for a given duration

    Boostrap a check that waits for a given duration

    timeout

    the wait duration, expressed as a function

    returns

    the next DSL step

    Annotations
    @NonNull()
  6. def await(timeout: Duration): On[T]

    Boostrap a check that waits for a given duration

    Boostrap a check that waits for a given duration

    timeout

    the wait duration, expressed as a Gatling Expression Language String

    returns

    the next DSL step

    Annotations
    @NonNull()
  7. def await(timeout: String): On[T]

    Boostrap a check that waits for a given duration

    Boostrap a check that waits for a given duration

    timeout

    the static wait duration

    returns

    the next DSL step

    Annotations
    @NonNull()
  8. def await(timeout: Long): On[T]

    Boostrap a check that waits for a given duration

    Boostrap a check that waits for a given duration

    timeout

    the static wait duration in seconds

    returns

    the next DSL step

    Annotations
    @NonNull()
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  19. def toChainBuilder(): ChainBuilder
    Definition Classes
    ActionBuilder → Executable
  20. def toString(): String
    Definition Classes
    AnyRef → Any
  21. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  22. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  23. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from ActionBuilder

Inherited from Executable

Inherited from AnyRef

Inherited from Any

Ungrouped