Packages

t

io.gatling.http.check

HttpCheckSupport

trait HttpCheckSupport extends AnyRef

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HttpCheckSupport
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. implicit def checkBuilder2HttpCheck[A, P, X](checkBuilder: CheckBuilder[A, P, X])(implicit materializer: CheckMaterializer[A, HttpCheck, Response, P]): HttpCheck
    Annotations
    @implicitNotFound( ... )
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. val currentLocation: DefaultFindCheckBuilder[CurrentLocationCheckType, String, String]
  8. implicit val currentLocationCheckMaterializer: CurrentLocationCheckMaterializer.type
  9. def currentLocationRegex(pattern: Expression[String])(implicit patterns: Patterns): CurrentLocationRegexCheckBuilder[String] with CurrentLocationRegexOfType
  10. implicit val currentLocationRegexCheckMaterializer: CurrentLocationRegexCheckMaterializer.type
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. implicit def findCheckBuilder2HttpCheck[A, P, X](findCheckBuilder: FindCheckBuilder[A, P, X])(implicit CheckMaterializer: CheckMaterializer[A, HttpCheck, Response, P]): HttpCheck
    Annotations
    @implicitNotFound( ... )
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. val header: (Expression[String]) ⇒ HttpHeaderCheckBuilder
  18. def headerRegex(headerName: Expression[String], pattern: Expression[String])(implicit patterns: Patterns): HttpHeaderRegexCheckBuilder[String] with HttpHeaderRegexOfType
  19. implicit val httpBodyBytesCheckMaterializer: HttpBodyBytesCheckMaterializer.type
  20. implicit def httpBodyCssCheckMaterializer(implicit selectors: CssSelectors): HttpBodyCssCheckMaterializer
  21. implicit def httpBodyJsonPathCheckMaterializer(implicit jsonParsers: JsonParsers): HttpBodyJsonPathCheckMaterializer
  22. implicit def httpBodyJsonpJsonPathCheckMaterializer(implicit jsonParsers: JsonParsers): HttpBodyJsonpJsonPathCheckMaterializer
  23. implicit val httpBodyRegexCheckMaterializer: HttpBodyRegexCheckMaterializer.type
  24. implicit val httpBodyStringCheckMaterializer: HttpBodyStringCheckMaterializer.type
  25. implicit val httpBodySubstringCheckMaterializer: HttpBodySubstringCheckMaterializer.type
  26. implicit def httpBodyXPathCheckMaterializer(implicit xmlParsers: XmlParsers): HttpBodyXPathCheckMaterializer
  27. implicit val httpHeaderCheckMaterializer: HttpHeaderCheckMaterializer.type
  28. implicit val httpHeaderRegexCheckMaterializer: HttpHeaderRegexCheckMaterializer.type
  29. implicit val httpMd5CheckMaterializer: HttpChecksumCheckMaterializer[Md5CheckType]
  30. implicit val httpResponseTimeCheckMaterializer: HttpResponseTimeCheckMaterializer.type
  31. implicit val httpSha1CheckMaterializer: HttpChecksumCheckMaterializer[Sha1CheckType]
  32. implicit val httpStatusCheckMaterializer: HttpStatusCheckMaterializer.type
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. val status: DefaultFindCheckBuilder[HttpStatusCheckType, Response, Int]
  38. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. implicit def validatorCheckBuilder2HttpCheck[A, P, X](validatorCheckBuilder: ValidatorCheckBuilder[A, P, X])(implicit CheckMaterializer: CheckMaterializer[A, HttpCheck, Response, P]): HttpCheck
    Annotations
    @implicitNotFound( ... )
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  44. implicit object HttpTypedConditionalCheckWrapper extends TypedConditionalCheckWrapper[Response, HttpCheck]
  45. implicit object HttpUntypedConditionalCheckWrapper extends UntypedConditionalCheckWrapper[HttpCheck]

Inherited from AnyRef

Inherited from Any

Ungrouped